diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-10 10:48:36 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-10 10:48:36 -0400 |
commit | 8b2efa896cc618e055e90c9d9600e7c8388ae3b7 (patch) | |
tree | 896ed1fdb9dc6606715910c44708fb31f233a1f8 /arch/arm/boot/dts/sun5i-a13.dtsi | |
parent | 94937fff01fdeff2f2bd36f739d9cb80c775ed50 (diff) |
ARM: dts: add missing cpu #address-cell values
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>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a13.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |