Skip to content

Commit

Permalink
ARM: dts: am4372: Add missing unit name to memory nodes
Browse files Browse the repository at this point in the history
This patch fixes the following DTC warnings:

"Node /memory has a reg or ranges property, but no unit name"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Javier Martinez Canillas authored and Tony Lindgren committed Aug 31, 2016
1 parent a60b9f4 commit 9194cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am4372.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#address-cells = <1>;
#size-cells = <1>;

memory {
memory@0 {
device_type = "memory";
reg = <0 0>;
};
Expand Down

0 comments on commit 9194cf4

Please sign in to comment.