]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: omap: cpus/cpu nodes dts updates
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 18 Apr 2013 17:35:59 +0000 (18:35 +0100)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 23 May 2013 09:45:14 +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/omap2.dtsi
arch/arm/boot/dts/omap3.dtsi
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap5.dtsi

index 37aa7487d4d86791be2ad6f51065708f31fcaa80..4aac404608cb07bb765eec24633c2240f0401bfb 100644 (file)
        };
 
        cpus {
-               cpu@0 {
+               #address-cells = <0>;
+               #size-cells = <0>;
+
+               cpu {
                        compatible = "arm,arm1136jf-s";
+                       device_type = "cpu";
                };
        };
 
index 82a404da1c0d9531b632e265943632e7ea48d468..ba05d7fc59fbdc08fa95de2905ca38c778862ef8 100644 (file)
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "arm,cortex-a8";
+                       device_type = "cpu";
+                       reg = <0x0>;
                };
        };
 
index 2a5642882c8af8810601a3763808e60014831d07..33a94509a2922f9ac9f947d8822e22800c420556 100644 (file)
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "arm,cortex-a9";
+                       device_type = "cpu";
                        next-level-cache = <&L2>;
+                       reg = <0x0>;
                };
                cpu@1 {
                        compatible = "arm,cortex-a9";
+                       device_type = "cpu";
                        next-level-cache = <&L2>;
+                       reg = <0x1>;
                };
        };
 
index 3dd7ff825828630ef96ac5ddc2f7f95d532c1242..35a6536a10b5cdf686a8b8a256fd54703c73f5e5 100644 (file)
        };
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
+                       device_type = "cpu";
                        compatible = "arm,cortex-a15";
+                       reg = <0x0>;
                };
                cpu@1 {
+                       device_type = "cpu";
                        compatible = "arm,cortex-a15";
+                       reg = <0x1>;
                };
        };