diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-06 10:49:17 +0200 |
---|---|---|
committer | Jisheng Zhang <jszhang@marvell.com> | 2016-11-25 10:13:53 +0100 |
commit | c71aa0e200204cd389c7c93921fbe2146a1ef2fd (patch) | |
tree | 3460541c201bb2960952ff24449e94588f8d609c /arch/arm64 | |
parent | arm64: dts: berlin4ct: add missing unit name to /soc node (diff) | |
download | linux-c71aa0e200204cd389c7c93921fbe2146a1ef2fd.tar.xz linux-c71aa0e200204cd389c7c93921fbe2146a1ef2fd.zip |
arm64: dts: berlin4ct-stb: 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')
-rw-r--r-- | arch/arm64/boot/dts/marvell/berlin4ct-stb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/berlin4ct-stb.dts b/arch/arm64/boot/dts/marvell/berlin4ct-stb.dts index 348c37ecf069..d47edad13e68 100644 --- a/arch/arm64/boot/dts/marvell/berlin4ct-stb.dts +++ b/arch/arm64/boot/dts/marvell/berlin4ct-stb.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>; |