]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: add missing cpu #address-cell values
authorArnd Bergmann <arnd@arndb.de>
Mon, 10 Jun 2013 14:48:36 +0000 (16:48 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 10 Jun 2013 14:48:36 +0000 (16:48 +0200)
A recent series has added CPU numbers to a lot of dts files,
but unfortunately in a few cases the #address-cells
and #size-cells values are missing, which causes build warnings.
This adds the missing ones for sunxi and sama5 that I found
through build testing.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
arch/arm/boot/dts/sama5d3.dtsi
arch/arm/boot/dts/sun4i-a10.dtsi
arch/arm/boot/dts/sun5i-a13.dtsi

index abdf1c8336a13d70a7c2871f16a0e7c739d23cb6..f57ffbc97432b8ded53221129ce7f79e95917e54 100644 (file)
@@ -38,6 +38,8 @@
                ssc1 = &ssc1;
        };
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
                cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a5";
index 39a8f61528d998b4da0f791847c8e45b31c89f67..06ef8b625dba03328870441b3923d18a86fece01 100644 (file)
@@ -16,6 +16,8 @@
        interrupt-parent = <&intc>;
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
                cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a8";
index 00a2637da62e7d51f44f1a1b2f36d9e7b615b5a7..d2852547b572f02d05f7481d96aca3cbe69189fc 100644 (file)
@@ -17,6 +17,8 @@
        interrupt-parent = <&intc>;
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
                cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a8";