brcm63xx: dtsi: add missing properties to cpu nodes
authorJonas Gorski <jogo@openwrt.org>
Mon, 1 Dec 2014 00:51:53 +0000 (00:51 +0000)
committerJonas Gorski <jogo@openwrt.org>
Mon, 1 Dec 2014 00:51:53 +0000 (00:51 +0000)
Mark them as cpu nodes and add the addresses.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43455

target/linux/brcm63xx/dts/bcm6318.dtsi
target/linux/brcm63xx/dts/bcm63268.dtsi
target/linux/brcm63xx/dts/bcm6328.dtsi
target/linux/brcm63xx/dts/bcm6338.dtsi
target/linux/brcm63xx/dts/bcm6345.dtsi
target/linux/brcm63xx/dts/bcm6348.dtsi
target/linux/brcm63xx/dts/bcm6358.dtsi
target/linux/brcm63xx/dts/bcm6362.dtsi
target/linux/brcm63xx/dts/bcm6368.dtsi

index 0710fd84672ef5995a136eba9740c321114a99b9..d4e25e2bfd09f9656af4c70c906eb83f3785fbfd 100644 (file)
@@ -4,8 +4,13 @@
        compatible = "brcm,bcm6318";
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "brcm,bmips3300", "mips,mips4Kc";
+                       device_type = "cpu";
+                       reg = <0>;
                };
        };
 
index 6487ab2fadd2725cb272a79996cc2b254a6b370a..376f5a682d327515e9691e61fabcc297ab2f6bc4 100644 (file)
@@ -4,12 +4,19 @@
        compatible = "brcm,bcm63268";
 
        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>;
                };
        };
 
index b8fc3ad42f0185c4e21fe3dc917cd29658b55886..259dc69f56fc7268a79f84178ef88e88eeffed92 100644 (file)
@@ -4,8 +4,13 @@
        compatible = "brcm,bcm6328";
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "brcm,bmips4350", "mips,mips4Kc";
+                       device_type = "cpu";
+                       reg = <0>;
                };
        };
 
index a20bd735fb5c6cc5cdfd1e8ef8e5298e0e83976b..5ba8290f33db7bf3e5b97033dbac0f2cec8604f2 100644 (file)
@@ -8,8 +8,13 @@
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "brcm,bmips3300", "mips,mips4Kc";
+                       device_type = "cpu";
+                       reg = <0>;
                };
        };
 
index 51123a8f23ed236ba6a45d144c28d74ddfb853a1..99cb1b13b9947f1c599598a70c4602754d310057 100644 (file)
@@ -8,8 +8,13 @@
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "brcm,bmips32", "mips,mips4Kc";
+                       device_type = "cpu";
+                       reg = <0>;
                };
        };
 
index c83931389be950aaee7f901ae9f5dc43bc96e478..ac18a9da0e862941335bced81aa1f05f65ce782d 100644 (file)
@@ -8,8 +8,13 @@
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "brcm,bmips3300", "mips,mips4Kc";
+                       device_type = "cpu";
+                       reg = <0>;
                };
        };
 
index d5a84a4ca4fd47a35fedb2418e78463d5dbf95b5..2c6d36a2b2b78f021fa877ae4a5d00737e82bc17 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>;
                };
        };
 
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>;
                };
        };
 
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>;
                };
        };