summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJisheng Zhang2016-09-06 10:51:23 +0200
committerJisheng Zhang2016-11-25 10:14:00 +0100
commit40fdc6b0d2b96cac46be51eb41042a715047b791 (patch)
tree47276170946e36f0b539cda5469ab8c84a662774
parentarm64: dts: berlin4ct-stb: add missing unit name to /memory node (diff)
downloadkernel-qcow2-linux-40fdc6b0d2b96cac46be51eb41042a715047b791.tar.gz
kernel-qcow2-linux-40fdc6b0d2b96cac46be51eb41042a715047b791.tar.xz
kernel-qcow2-linux-40fdc6b0d2b96cac46be51eb41042a715047b791.zip
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>
-rw-r--r--arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts2
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>;