aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisheng Zhang <[email protected]>2016-09-06 16:49:17 +0800
committerJisheng Zhang <[email protected]>2016-11-25 17:13:53 +0800
commitc71aa0e200204cd389c7c93921fbe2146a1ef2fd (patch)
tree3460541c201bb2960952ff24449e94588f8d609c
parent47d56462fce4a4f1ac8370897982e9d22453cab9 (diff)
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 <[email protected]>
-rw-r--r--arch/arm64/boot/dts/marvell/berlin4ct-stb.dts2
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>;