Skip to content

Commit

Permalink
ARM: dts: berlin2q-marvell-dmp: add missing unit name to /memory node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jisheng Zhang authored and Sebastian Hesselbarth committed Sep 28, 2016
1 parent a6942e9 commit 7d88dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/berlin2q-marvell-dmp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit 7d88dd6

Please sign in to comment.