Commit 8b2efa89 authored by Arnd Bergmann's avatar Arnd Bergmann

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: default avatarArnd Bergmann <arnd@arndb.de>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
parent 94937fff
...@@ -38,6 +38,8 @@ aliases { ...@@ -38,6 +38,8 @@ aliases {
ssc1 = &ssc1; ssc1 = &ssc1;
}; };
cpus { cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a5"; compatible = "arm,cortex-a5";
......
...@@ -16,6 +16,8 @@ / { ...@@ -16,6 +16,8 @@ / {
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
cpus { cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a8"; compatible = "arm,cortex-a8";
......
...@@ -17,6 +17,8 @@ / { ...@@ -17,6 +17,8 @@ / {
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
cpus { cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a8"; compatible = "arm,cortex-a8";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment