brcm63xx: dtsi: add missing ranges properity to ubus nodes
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / dts / bcm6358.dtsi
index d5a84a4ca4fd47a35fedb2418e78463d5dbf95b5..b376cf01f33fb9a793cd979a8116652005664970 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 = <1>;
                };
        };
 
@@ -32,6 +39,7 @@
        ubus@fff00000 {
                #address-cells = <1>;
                #size-cells = <1>;
+               ranges;
                compatible = "simple-bus";
        };
 };