diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-07-03 10:03:47 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-20 14:55:55 -0700 |
commit | ee8119af4facf87d45bae2d89765ef3f9e8c7746 (patch) | |
tree | 04451aa2d20092aa46acd306fe093e1d7be15c22 /arch/arm/boot/dts/ste-href.dtsi | |
parent | ecde29569e3484e1d0a032bf4074449bce4d4a03 (diff) | |
download | talos-obmc-linux-ee8119af4facf87d45bae2d89765ef3f9e8c7746.tar.gz talos-obmc-linux-ee8119af4facf87d45bae2d89765ef3f9e8c7746.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/ste-href.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-href.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ / { memory { + device_type = "memory"; reg = <0x00000000 0x20000000>; }; |