Skip to content

Commit

Permalink
ARM: dts: dra7: 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 387117c commit 5c4d9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/dra7-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
model = "TI DRA742";
compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7";

memory {
memory@0 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x60000000>; /* 1536 MB */
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/dra72-evm-revc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/ {
model = "TI DRA722 Rev C EVM";

memory {
memory@0 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x80000000>; /* 2GB */
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/dra72-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/ {
model = "TI DRA722";

memory {
memory@0 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x40000000>; /* 1024 MB */
};
Expand Down

0 comments on commit 5c4d9f0

Please sign in to comment.