summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-ld6b-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-03-13 00:16:39 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-03-14 04:15:24 +0900
commitf16eda968cc21da1ddbe5ad8d7ba54d6247cb300 (patch)
tree5600604551a7b8805f00e99a78a9133a5617f1da /arch/arm/dts/uniphier-ld6b-ref.dts
parentfc671ed4e3099e4a03043d7a65320f36127f594b (diff)
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-ld6b-ref.dts')
-rw-r--r--arch/arm/dts/uniphier-ld6b-ref.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/dts/uniphier-ld6b-ref.dts b/arch/arm/dts/uniphier-ld6b-ref.dts
index 4da3c63f73..fdfb533152 100644
--- a/arch/arm/dts/uniphier-ld6b-ref.dts
+++ b/arch/arm/dts/uniphier-ld6b-ref.dts
@@ -16,11 +16,6 @@
model = "UniPhier LD6b Reference Board";
compatible = "socionext,uniphier-ld6b-ref", "socionext,uniphier-ld6b";
- memory {
- device_type = "memory";
- reg = <0x80000000 0x80000000>;
- };
-
chosen {
stdout-path = "serial0:115200n8";
};
@@ -37,6 +32,11 @@
i2c5 = &i2c5;
i2c6 = &i2c6;
};
+
+ memory {
+ device_type = "memory";
+ reg = <0x80000000 0x80000000>;
+ };
};
&ethsc {