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 23:55:55 +0200 |
commit | ee8119af4facf87d45bae2d89765ef3f9e8c7746 (patch) | |
tree | 04451aa2d20092aa46acd306fe093e1d7be15c22 /arch/arm/boot/dts/ste-snowball.dts | |
parent | ARM: dts: ux500: Fix LCDA clock line muxing (diff) | |
download | linux-ee8119af4facf87d45bae2d89765ef3f9e8c7746.tar.xz 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-snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-snowball.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ }; memory { + device_type = "memory"; reg = <0x00000000 0x20000000>; }; |