diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-06 11:51:23 +0300 |
---|---|---|
committer | Jisheng Zhang <jszhang@marvell.com> | 2016-11-25 12:14:00 +0300 |
commit | 40fdc6b0d2b96cac46be51eb41042a715047b791 (patch) | |
tree | 47276170946e36f0b539cda5469ab8c84a662774 /arch/arm64/boot | |
parent | c71aa0e200204cd389c7c93921fbe2146a1ef2fd (diff) | |
download | linux-40fdc6b0d2b96cac46be51eb41042a715047b791.tar.xz |
arm64: dts: berlin4ct-dmp: add missing unit name to /memory node
This patch fixes the following DTC warning with W=1:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts b/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts index 0d70d39fa8d2..fae6c6924705 100644 --- a/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts +++ b/arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts @@ -54,7 +54,7 @@ stdout-path = "serial0:115200n8"; }; - memory { + memory@1000000 { device_type = "memory"; /* the first 16MB is for firmwares' usage */ reg = <0 0x01000000 0 0x7f000000>; |