aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-07-03 04:03:47 -0400
committerLinus Walleij <linus.walleij@linaro.org>2018-09-20 17:55:55 -0400
commitee8119af4facf87d45bae2d89765ef3f9e8c7746 (patch)
tree04451aa2d20092aa46acd306fe093e1d7be15c22
parentecde29569e3484e1d0a032bf4074449bce4d4a03 (diff)
ARM: dts: ux500: Get rid of DTC warnings
By removing the reference to skeleton.dtsi, defining chosen {} and proper memory nodes we get warning-free device trees for the Ux500. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--arch/arm/boot/dts/ste-dbx5x0.dtsi7
-rw-r--r--arch/arm/boot/dts/ste-href.dtsi1
-rw-r--r--arch/arm/boot/dts/ste-snowball.dts1
3 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi
index 3dc0028e108b..a58ce6f68d7d 100644
--- a/arch/arm/boot/dts/ste-dbx5x0.dtsi
+++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi
@@ -15,9 +15,14 @@
15#include <dt-bindings/arm/ux500_pm_domains.h> 15#include <dt-bindings/arm/ux500_pm_domains.h>
16#include <dt-bindings/gpio/gpio.h> 16#include <dt-bindings/gpio/gpio.h>
17#include <dt-bindings/clock/ste-ab8500.h> 17#include <dt-bindings/clock/ste-ab8500.h>
18#include "skeleton.dtsi"
19 18
20/ { 19/ {
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 chosen {
24 };
25
21 cpus { 26 cpus {
22 #address-cells = <1>; 27 #address-cells = <1>;
23 #size-cells = <0>; 28 #size-cells = <0>;
diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi
index 9e359e4f342e..feb682a3d363 100644
--- a/arch/arm/boot/dts/ste-href.dtsi
+++ b/arch/arm/boot/dts/ste-href.dtsi
@@ -15,6 +15,7 @@
15 15
16/ { 16/ {
17 memory { 17 memory {
18 device_type = "memory";
18 reg = <0x00000000 0x20000000>; 19 reg = <0x00000000 0x20000000>;
19 }; 20 };
20 21
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts
index b0b94d053098..8fa025251dc6 100644
--- a/arch/arm/boot/dts/ste-snowball.dts
+++ b/arch/arm/boot/dts/ste-snowball.dts
@@ -26,6 +26,7 @@
26 }; 26 };
27 27
28 memory { 28 memory {
29 device_type = "memory";
29 reg = <0x00000000 0x20000000>; 30 reg = <0x00000000 0x20000000>;
30 }; 31 };
31 32