Skip to content

Commit

Permalink
ARM: dts: sony-nsz-gs7: 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 f415c5e commit 9a0af83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
stdout-path = "serial0:115200n8";
};

memory {
memory@0 {
device_type = "memory";
reg = <0x00000000 0x40000000>; /* 1 GB */
};
Expand Down

0 comments on commit 9a0af83

Please sign in to comment.