ARM: dts: picoxcell: cpus/cpu nodes dts updates
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 18 Apr 2013 17:38:37 +0000 (18:38 +0100)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 23 May 2013 09:45:15 +0000 (10:45 +0100)
This patch updates the in-kernel dts files according to the latest cpus
and cpu bindings updates for ARM.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
arch/arm/boot/dts/picoxcell-pc3x2.dtsi
arch/arm/boot/dts/picoxcell-pc3x3.dtsi

index f0a8c2068ea7c902641894a5bbddb89e1920ae06..533919e96eaee8f70054a42e5e66db433143d6a4 100644 (file)
        #size-cells = <1>;
 
        cpus {
-               #address-cells = <1>;
+               #address-cells = <0>;
                #size-cells = <0>;
 
-               cpu@0 {
-                       compatible = "arm,1176jz-s";
+               cpu {
+                       compatible = "arm,arm1176jz-s";
+                       device_type = "cpu";
                        clock-frequency = <400000000>;
-                       reg = <0>;
                        d-cache-line-size = <32>;
                        d-cache-size = <32768>;
                        i-cache-line-size = <32>;
index daa962d191e691cab339d778c1a1d6a68a7fb125..ab3e80085511fef0a3911e4d9fc67d2f2d7c0d70 100644 (file)
        #size-cells = <1>;
 
        cpus {
-               #address-cells = <1>;
+               #address-cells = <0>;
                #size-cells = <0>;
 
-               cpu@0 {
-                       compatible = "arm,1176jz-s";
+               cpu {
+                       compatible = "arm,arm1176jz-s";
+                       device_type = "cpu";
                        cpu-clock = <&arm_clk>, "cpu";
-                       reg = <0>;
                        d-cache-line-size = <32>;
                        d-cache-size = <32768>;
                        i-cache-line-size = <32>;
This page took 0.027482 seconds and 5 git commands to generate.