diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-26 08:04:08 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-06 23:24:48 +0300 |
commit | 2201c7f10d4f55e35acd93b9323cdf37ea49d95c (patch) | |
tree | a7b99356dfdada41f11bcbdd4ce29a0281f64556 /arch/arm/boot/dts/uniphier-ld4-ref.dts | |
parent | 8e2b908b9f26258c2679d13d7001a9d571baff94 (diff) | |
download | linux-2201c7f10d4f55e35acd93b9323cdf37ea49d95c.tar.xz |
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-ld4-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld4-ref.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld4-ref.dts b/arch/arm/boot/dts/uniphier-ld4-ref.dts index 110031bc0e7e..77163b3a5f88 100644 --- a/arch/arm/boot/dts/uniphier-ld4-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld4-ref.dts @@ -52,7 +52,7 @@ model = "UniPhier LD4 Reference Board"; compatible = "socionext,uniphier-ld4-ref", "socionext,uniphier-ld4"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x20000000>; }; |