brcm63xx: dtsi: add missing properties to cpu nodes
[openwrt/staging/florian.git] / target / linux / brcm63xx / dts / bcm6368.dtsi
index 8dfb6e80caa69cd82b669a395a8294283466b37f..74ce5855446f68f971acf2904bdc912189c2907e 100644 (file)
@@ -8,12 +8,19 @@
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "brcm,bmips4350", "mips,mips4Kc";
+                       device_type = "cpu";
+                       reg = <0>;
                };
 
                cpu@1 {
                        compatible = "brcm,bmips4350", "mips,mips4Kc";
+                       device_type = "cpu";
+                       reg = <0>;
                };
        };