diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-31 12:35:37 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-31 07:40:28 -0700 |
commit | 5c4d9f0d49b0c3beda734687248fc74542566ee9 (patch) | |
tree | cc739b63895f53c707e66ee7b9b2ca278c80008f /arch/arm/boot/dts/dra7-evm.dts | |
parent | 387117c1272746266ca97844ac106b04ac3500e3 (diff) | |
download | linux-5c4d9f0d49b0c3beda734687248fc74542566ee9.tar.bz2 |
ARM: dts: dra7: 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/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 3350722e10b7..132f2be10889 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -16,7 +16,7 @@ model = "TI DRA742"; compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7"; - memory { + memory@0 { device_type = "memory"; reg = <0x0 0x80000000 0x0 0x60000000>; /* 1536 MB */ }; |