diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 12:35:31 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 16:40:25 +0200 |
commit | a60b9f45cc08f7710b7731ac13bc431b87b1c328 (patch) | |
tree | 6d2f20e37dca8112dcc292834b2bb3d5db0bd00c /arch/arm/boot/dts/am3517-evm.dts | |
parent | ARM: dts: am335x: Add missing unit name to memory nodes (diff) | |
download | linux-a60b9f45cc08f7710b7731ac13bc431b87b1c328.tar.xz linux-a60b9f45cc08f7710b7731ac13bc431b87b1c328.zip |
ARM: dts: am3517: 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/am3517-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am3517-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am3517-evm.dts b/arch/arm/boot/dts/am3517-evm.dts index b4127c6493a2..0e4a125f78e3 100644 --- a/arch/arm/boot/dts/am3517-evm.dts +++ b/arch/arm/boot/dts/am3517-evm.dts @@ -13,7 +13,7 @@ model = "TI AM3517 EVM (AM3517/05 TMDSEVM3517)"; compatible = "ti,am3517-evm", "ti,am3517", "ti,omap3"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ }; |