diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 13:35:28 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 17:40:23 +0300 |
commit | 742ae1f945c14dfb3de73484e30a33ee1122ecda (patch) | |
tree | dd826fe36a68e687cafb0b7f44c85045a52d618c /arch/arm/boot/dts/omap4-sdp.dts | |
parent | 81777ff9dde770d585e9c50c76218211ad157dca (diff) | |
download | linux-742ae1f945c14dfb3de73484e30a33ee1122ecda.tar.xz |
ARM: dts: omap4: 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/omap4-sdp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-sdp.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts index 10d73a784050..d728ec963111 100644 --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts @@ -14,7 +14,7 @@ model = "TI OMAP4 SDP board"; compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x40000000>; /* 1 GB */ }; |