diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 13:35:27 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 17:40:23 +0300 |
commit | 81777ff9dde770d585e9c50c76218211ad157dca (patch) | |
tree | a93509f37f9d72a8d03ac3951ee5e0f192d5368e /arch/arm/boot/dts/omap3-ldp.dts | |
parent | 101ace8d1336ce95a596adf1a11f12226979ff9f (diff) | |
download | linux-81777ff9dde770d585e9c50c76218211ad157dca.tar.xz |
ARM: dts: omap3: Add missing unit name to memory nodes
This patch fixes the following DTC warnings:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-ldp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-ldp.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-ldp.dts b/arch/arm/boot/dts/omap3-ldp.dts index 2f353dadfa40..e28fe13cb007 100644 --- a/arch/arm/boot/dts/omap3-ldp.dts +++ b/arch/arm/boot/dts/omap3-ldp.dts @@ -15,7 +15,7 @@ model = "TI OMAP3430 LDP (Zoom1 Labrador)"; compatible = "ti,omap3-ldp", "ti,omap3"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x8000000>; /* 128 MB */ }; |