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-overo-base.dtsi | |
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-overo-base.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-overo-base.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-base.dtsi b/arch/arm/boot/dts/omap3-overo-base.dtsi index 91b2e423c7c0..401fae838fe9 100644 --- a/arch/arm/boot/dts/omap3-overo-base.dtsi +++ b/arch/arm/boot/dts/omap3-overo-base.dtsi @@ -12,7 +12,7 @@ / { - memory { + memory@0 { device_type = "memory"; reg = <0 0>; }; |