diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2016-09-06 11:49:17 +0300 |
---|---|---|
committer | Jisheng Zhang <jszhang@marvell.com> | 2016-11-25 12:13:53 +0300 |
commit | c71aa0e200204cd389c7c93921fbe2146a1ef2fd (patch) | |
tree | 3460541c201bb2960952ff24449e94588f8d609c /arch/arm64/boot | |
parent | 47d56462fce4a4f1ac8370897982e9d22453cab9 (diff) | |
download | linux-c71aa0e200204cd389c7c93921fbe2146a1ef2fd.tar.xz |
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/boot')
-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>; |