aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2016-09-06 04:40:10 -0400
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2016-09-28 15:31:21 -0400
commit7d88dd60fe6416d8fedc427b81f2da639ae3f1be (patch)
treeb472431711acee48fa7157832467f0a878585dab
parenta6942e9faa8f998d5dc88b062ec0e0ce730f570a (diff)
ARM: dts: berlin2q-marvell-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> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-rw-r--r--arch/arm/boot/dts/berlin2q-marvell-dmp.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
index 33b28757b8f6..f485308840ab 100644
--- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
+++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
@@ -43,7 +43,7 @@
43 model = "Marvell BG2-Q DMP"; 43 model = "Marvell BG2-Q DMP";
44 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin"; 44 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
45 45
46 memory { 46 memory@0 {
47 device_type = "memory"; 47 device_type = "memory";
48 reg = <0x00000000 0x80000000>; 48 reg = <0x00000000 0x80000000>;
49 }; 49 };