brcm63xx: dtsi: add missing properties to cpu nodes
[openwrt/staging/florian.git] / target / linux / brcm63xx / dts / bcm6362.dtsi
index 9553621571e7f6cd2a09cb02de59a0e2f669bccd..a234ade9c7cb85c2427337d2a8e962e6607c0b4b 100644 (file)
@@ -4,12 +4,19 @@
        compatible = "brcm,bcm6362";
 
        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 = <1>;
                };
        };