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 16:40:28 +0200 |
commit | 5c4d9f0d49b0c3beda734687248fc74542566ee9 (patch) | |
tree | cc739b63895f53c707e66ee7b9b2ca278c80008f /arch/arm/boot/dts/dra72-evm.dts | |
parent | ARM: dts: dra62x: Add missing unit name to memory nodes (diff) | |
download | linux-5c4d9f0d49b0c3beda734687248fc74542566ee9.tar.xz linux-5c4d9f0d49b0c3beda734687248fc74542566ee9.zip |
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/dra72-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts index cc1d32ca4a8a..e3a9b6985693 100644 --- a/arch/arm/boot/dts/dra72-evm.dts +++ b/arch/arm/boot/dts/dra72-evm.dts @@ -9,7 +9,7 @@ / { model = "TI DRA722"; - memory { + memory@0 { device_type = "memory"; reg = <0x0 0x80000000 0x0 0x40000000>; /* 1024 MB */ }; |