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>
This commit is contained in:
Jisheng Zhang 2016-09-06 16:40:10 +08:00 committed by Sebastian Hesselbarth
parent a6942e9faa
commit 7d88dd60fe

View File

@ -43,7 +43,7 @@ / {
model = "Marvell BG2-Q DMP";
compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
memory {
memory@0 {
device_type = "memory";
reg = <0x00000000 0x80000000>;
};