diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 12:35:29 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 16:40:24 +0200 |
commit | bfa130bbacda4f3418aa4898c81f9013319ee3b7 (patch) | |
tree | 9e7a3be688b85c11f6417ac357880c7946c3e364 /arch/arm/boot/dts/omap5-igep0050.dts | |
parent | ARM: dts: omap4: Add missing unit name to memory nodes (diff) | |
download | linux-bfa130bbacda4f3418aa4898c81f9013319ee3b7.tar.xz linux-bfa130bbacda4f3418aa4898c81f9013319ee3b7.zip |
ARM: dts: omap5: 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/omap5-igep0050.dts')
-rw-r--r-- | arch/arm/boot/dts/omap5-igep0050.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-igep0050.dts b/arch/arm/boot/dts/omap5-igep0050.dts index f75ce02fb398..7aa2b0c813ab 100644 --- a/arch/arm/boot/dts/omap5-igep0050.dts +++ b/arch/arm/boot/dts/omap5-igep0050.dts @@ -13,7 +13,7 @@ model = "IGEPv5"; compatible = "isee,omap5-igep0050", "ti,omap5"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x7f000000>; /* 2032 MB */ }; |