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>
This commit is contained in:
Masahiro Yamada
2017-02-26 14:04:08 +09:00
parent 8e2b908b9f
commit 2201c7f10d
10 changed files with 12 additions and 11 deletions

View File

@@ -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>;
};