Commit ee8119af authored by Linus Walleij's avatar Linus Walleij

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ecde2956
......@@ -15,9 +15,14 @@
#include <dt-bindings/arm/ux500_pm_domains.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/clock/ste-ab8500.h>
#include "skeleton.dtsi"
/ {
#address-cells = <1>;
#size-cells = <1>;
chosen {
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -15,6 +15,7 @@
/ {
memory {
device_type = "memory";
reg = <0x00000000 0x20000000>;
};
......
......@@ -26,6 +26,7 @@ aliases {
};
memory {
device_type = "memory";
reg = <0x00000000 0x20000000>;
};
......
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