diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 12:35:35 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 16:40:27 +0200 |
commit | f193a5ab3c1bdd539058c892cd495662f7b984a3 (patch) | |
tree | 35036bc39101e04d5213caa4146d5b9117005679 /arch/arm/boot/dts/dm8168-evm.dts | |
parent | ARM: dts: dm8148: Add missing unit name to memory nodes (diff) | |
download | linux-f193a5ab3c1bdd539058c892cd495662f7b984a3.tar.xz linux-f193a5ab3c1bdd539058c892cd495662f7b984a3.zip |
ARM: dts: dm8168: 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/dm8168-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dm8168-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dm8168-evm.dts b/arch/arm/boot/dts/dm8168-evm.dts index 1380922827be..0bf55fa72dea 100644 --- a/arch/arm/boot/dts/dm8168-evm.dts +++ b/arch/arm/boot/dts/dm8168-evm.dts @@ -12,7 +12,7 @@ model = "DM8168 EVM"; compatible = "ti,dm8168-evm", "ti,dm8168"; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x40000000 /* 1 GB */ 0xc0000000 0x40000000>; /* 1 GB */ |