diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 12:35:27 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 07:40:23 -0700 |
commit | 81777ff9dde770d585e9c50c76218211ad157dca (patch) | |
tree | a93509f37f9d72a8d03ac3951ee5e0f192d5368e /arch/arm/boot/dts/omap3-beagle-xm.dts | |
parent | 101ace8d1336ce95a596adf1a11f12226979ff9f (diff) | |
download | blackbird-obmc-linux-81777ff9dde770d585e9c50c76218211ad157dca.tar.gz blackbird-obmc-linux-81777ff9dde770d585e9c50c76218211ad157dca.zip |
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-beagle-xm.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle-xm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts index 8ffde06281ad..85e297ed0ea1 100644 --- a/arch/arm/boot/dts/omap3-beagle-xm.dts +++ b/arch/arm/boot/dts/omap3-beagle-xm.dts @@ -19,7 +19,7 @@ }; }; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x20000000>; /* 512 MB */ }; |