diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-13 00:16:40 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-14 04:15:24 +0900 |
commit | 7ad79c129108d68d541d17f1820f9558a9a03311 (patch) | |
tree | d5ad6fe6c99549a776ee49516519bedceafaa9eb /arch/arm/dts/uniphier-pxs2-gentil.dts | |
parent | f16eda968cc21da1ddbe5ad8d7ba54d6247cb300 (diff) |
ARM: dts: uniphier: fix no unit name warnings
Fix warnings reported when built with W=1, by DTC 1.4.2 or later:
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/dts/uniphier-pxs2-gentil.dts')
-rw-r--r-- | arch/arm/dts/uniphier-pxs2-gentil.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/uniphier-pxs2-gentil.dts b/arch/arm/dts/uniphier-pxs2-gentil.dts index aac478175f..a26d586c76 100644 --- a/arch/arm/dts/uniphier-pxs2-gentil.dts +++ b/arch/arm/dts/uniphier-pxs2-gentil.dts @@ -30,7 +30,7 @@ i2c6 = &i2c6; }; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x80000000>; }; |