diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-10 10:48:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-26 20:18:02 -0400 |
commit | 464de2dc1539e6355fad1342ad106f08f7642edd (patch) | |
tree | 66b65f1fa2674132db406ad7a690b6be628fff0a /arch/arm/boot | |
parent | ed58fb796257c770cd9f1de07b49ed9a054f93eb (diff) |
ARM: dts: add missing cpu #address-cell values
commit 8b2efa896cc618e055e90c9d9600e7c8388ae3b7 upstream.
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>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/sama5d3.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13.dtsi | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index ea324767f7e7..642775d7ca67 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi | |||
@@ -35,6 +35,8 @@ | |||
35 | ssc1 = &ssc1; | 35 | ssc1 = &ssc1; |
36 | }; | 36 | }; |
37 | cpus { | 37 | cpus { |
38 | #address-cells = <1>; | ||
39 | #size-cells = <0>; | ||
38 | cpu@0 { | 40 | cpu@0 { |
39 | device_type = "cpu"; | 41 | device_type = "cpu"; |
40 | compatible = "arm,cortex-a5"; | 42 | compatible = "arm,cortex-a5"; |
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 39a8f61528d9..06ef8b625dba 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi | |||
@@ -16,6 +16,8 @@ | |||
16 | interrupt-parent = <&intc>; | 16 | interrupt-parent = <&intc>; |
17 | 17 | ||
18 | cpus { | 18 | cpus { |
19 | #address-cells = <1>; | ||
20 | #size-cells = <0>; | ||
19 | cpu@0 { | 21 | cpu@0 { |
20 | device_type = "cpu"; | 22 | device_type = "cpu"; |
21 | compatible = "arm,cortex-a8"; | 23 | compatible = "arm,cortex-a8"; |
diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi index 00a2637da62e..d2852547b572 100644 --- a/arch/arm/boot/dts/sun5i-a13.dtsi +++ b/arch/arm/boot/dts/sun5i-a13.dtsi | |||
@@ -17,6 +17,8 @@ | |||
17 | interrupt-parent = <&intc>; | 17 | interrupt-parent = <&intc>; |
18 | 18 | ||
19 | cpus { | 19 | cpus { |
20 | #address-cells = <1>; | ||
21 | #size-cells = <0>; | ||
20 | cpu@0 { | 22 | cpu@0 { |
21 | device_type = "cpu"; | 23 | device_type = "cpu"; |
22 | compatible = "arm,cortex-a8"; | 24 | compatible = "arm,cortex-a8"; |