diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-12 15:16:39 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-13 19:15:24 (GMT) |
commit | f16eda968cc21da1ddbe5ad8d7ba54d6247cb300 (patch) | |
tree | 5600604551a7b8805f00e99a78a9133a5617f1da /arch/arm/dts/uniphier-pro5-4kbox.dts | |
parent | fc671ed4e3099e4a03043d7a65320f36127f594b (diff) | |
download | u-boot-f16eda968cc21da1ddbe5ad8d7ba54d6247cb300.tar.xz |
ARM: dts: uniphier: remove skeleton.dtsi inclusion
Linux Commit 9c0da3cc61f1 ("ARM: dts: explicitly mark skeleton.dtsi
as deprecated") declared that skeleton.dtsi was deprecated.
Move the memory node below to suppress warnings of FDTGREP.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-pro5-4kbox.dts')
-rw-r--r-- | arch/arm/dts/uniphier-pro5-4kbox.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/dts/uniphier-pro5-4kbox.dts b/arch/arm/dts/uniphier-pro5-4kbox.dts index ffc21a7..ce12f4a 100644 --- a/arch/arm/dts/uniphier-pro5-4kbox.dts +++ b/arch/arm/dts/uniphier-pro5-4kbox.dts @@ -14,11 +14,6 @@ model = "UniPhier Pro5 4KBOX Board"; compatible = "socionext,uniphier-pro5-4kbox", "socionext,uniphier-pro5"; - memory { - device_type = "memory"; - reg = <0x80000000 0x40000000>; - }; - chosen { stdout-path = "serial1:115200n8"; }; @@ -30,6 +25,11 @@ i2c5 = &i2c5; i2c6 = &i2c6; }; + + memory { + device_type = "memory"; + reg = <0x80000000 0x40000000>; + }; }; &serial1 { |