diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-10 16:48:36 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-10 16:48:36 +0200 |
commit | 8b2efa896cc618e055e90c9d9600e7c8388ae3b7 (patch) | |
tree | 896ed1fdb9dc6606715910c44708fb31f233a1f8 /arch/arm/boot/dts/sama5d3.dtsi | |
parent | Merge tag 'vt8500/dts-3.11' of git://github.com/linux-wmt/linux-vtwm into nex... (diff) | |
download | linux-8b2efa896cc618e055e90c9d9600e7c8388ae3b7.tar.xz linux-8b2efa896cc618e055e90c9d9600e7c8388ae3b7.zip |
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/sama5d3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d3.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index abdf1c8336a1..f57ffbc97432 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -38,6 +38,8 @@ ssc1 = &ssc1; }; cpus { + #address-cells = <1>; + #size-cells = <0>; cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a5"; |