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/dra72-evm-revc.dts | |
parent | 387117c1272746266ca97844ac106b04ac3500e3 (diff) | |
download | linux-5c4d9f0d49b0c3beda734687248fc74542566ee9.tar.gz linux-5c4d9f0d49b0c3beda734687248fc74542566ee9.tar.bz2 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-revc.dts')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm-revc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra72-evm-revc.dts b/arch/arm/boot/dts/dra72-evm-revc.dts index f9cfd3bb4dc2..064b322a7a04 100644 --- a/arch/arm/boot/dts/dra72-evm-revc.dts +++ b/arch/arm/boot/dts/dra72-evm-revc.dts @@ -11,7 +11,7 @@ / { model = "TI DRA722 Rev C EVM"; - memory { + memory@0 { device_type = "memory"; reg = <0x0 0x80000000 0x0 0x80000000>; /* 2GB */ }; |