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-ld20-ref.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-ld20-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ld20-ref.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/dts/uniphier-ld20-ref.dts b/arch/arm/dts/uniphier-ld20-ref.dts index 41ee07ebab..9cbd1f2941 100644 --- a/arch/arm/dts/uniphier-ld20-ref.dts +++ b/arch/arm/dts/uniphier-ld20-ref.dts @@ -16,6 +16,10 @@ model = "UniPhier LD20 Reference Board"; compatible = "socionext,uniphier-ld20-ref", "socionext,uniphier-ld20"; + chosen { + stdout-path = "serial0:115200n8"; + }; + aliases { serial0 = &serial0; serial1 = &serial1; @@ -29,14 +33,10 @@ i2c5 = &i2c5; }; - memory { + memory@80000000 { device_type = "memory"; reg = <0 0x80000000 0 0xc0000000>; }; - - chosen { - stdout-path = "serial0:115200n8"; - }; }; ðsc { |