summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/uniphier-ld6b-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-26 14:04:08 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-03-07 05:24:48 +0900
commit2201c7f10d4f55e35acd93b9323cdf37ea49d95c (patch)
treea7b99356dfdada41f11bcbdd4ce29a0281f64556 /arch/arm/boot/dts/uniphier-ld6b-ref.dts
parent8e2b908b9f26258c2679d13d7001a9d571baff94 (diff)
ARM: dts: uniphier: fix no unit name warnings
Fix warnings reported when built with W=1: Node /memory has a reg or ranges property, but no unit name Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ld6b-ref.dts')
-rw-r--r--arch/arm/boot/dts/uniphier-ld6b-ref.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld6b-ref.dts b/arch/arm/boot/dts/uniphier-ld6b-ref.dts
index c05d631dcf02..467ad6af854c 100644
--- a/arch/arm/boot/dts/uniphier-ld6b-ref.dts
+++ b/arch/arm/boot/dts/uniphier-ld6b-ref.dts
@@ -52,7 +52,7 @@
model = "UniPhier LD6b Reference Board";
compatible = "socionext,uniphier-ld6b-ref", "socionext,uniphier-ld6b";
- memory {
+ memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};