diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 10:35:28 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 14:40:23 (GMT) |
commit | 742ae1f945c14dfb3de73484e30a33ee1122ecda (patch) | |
tree | dd826fe36a68e687cafb0b7f44c85045a52d618c /arch/arm/boot/dts/omap4-panda-common.dtsi | |
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-panda-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-panda-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi index f8f1395..d48e45b 100644 --- a/arch/arm/boot/dts/omap4-panda-common.dtsi +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi @@ -8,7 +8,7 @@ #include "elpida_ecb240abacn.dtsi" / { - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x40000000>; /* 1 GB */ }; |