diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-26 06:04:08 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-06 21:24:48 +0100 |
commit | 2201c7f10d4f55e35acd93b9323cdf37ea49d95c (patch) | |
tree | a7b99356dfdada41f11bcbdd4ce29a0281f64556 /arch/arm/boot/dts/uniphier-pxs2-gentil.dts | |
parent | ARM: dts: uniphier: remove skeleton.dtsi inclusion (diff) | |
download | linux-2201c7f10d4f55e35acd93b9323cdf37ea49d95c.tar.xz linux-2201c7f10d4f55e35acd93b9323cdf37ea49d95c.zip |
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-pxs2-gentil.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pxs2-gentil.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-pxs2-gentil.dts b/arch/arm/boot/dts/uniphier-pxs2-gentil.dts index 373818ace086..e26ed592d25e 100644 --- a/arch/arm/boot/dts/uniphier-pxs2-gentil.dts +++ b/arch/arm/boot/dts/uniphier-pxs2-gentil.dts @@ -51,7 +51,7 @@ compatible = "socionext,uniphier-pxs2-gentil", "socionext,uniphier-pxs2"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x80000000>; }; |