From: Geert Uytterhoeven Date: Fri, 20 May 2016 07:10:04 +0000 (+0200) Subject: ARM: dts: genmai: Fix W=1 dtc warnings X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4f4942bc6c44cda681ee08b84b62bdacd97559e3;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Simon Horman --- 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>; };