diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-05-20 10:10:04 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-05-30 03:37:12 +0300 |
commit | 4f4942bc6c44cda681ee08b84b62bdacd97559e3 (patch) | |
tree | c6ba174723debdb530cef9c1793df9f3378be6d9 /arch/arm | |
parent | 40cf49f3a44674643604b8a848e6c10d6f50edfe (diff) | |
download | linux-4f4942bc6c44cda681ee08b84b62bdacd97559e3.tar.xz |
ARM: dts: genmai: Fix W=1 dtc warnings
Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/r7s72100-genmai.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts index a9da7a89fc4b..05ba9953b4d8 100644 --- a/arch/arm/boot/dts/r7s72100-genmai.dts +++ b/arch/arm/boot/dts/r7s72100-genmai.dts @@ -25,7 +25,7 @@ stdout-path = &scif2; }; - memory { + memory@8000000 { device_type = "memory"; reg = <0x08000000 0x08000000>; }; |