ARM: dts: omap2: Add missing unit name to memory nodes
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>
This commit is contained in:
parent
75813028bb
commit
101ace8d13
|
@ -13,7 +13,7 @@ / {
|
||||||
model = "TI OMAP2420 H4 board";
|
model = "TI OMAP2420 H4 board";
|
||||||
compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
|
compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
|
||||||
|
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x4000000>; /* 64 MB */
|
reg = <0x80000000 0x4000000>; /* 64 MB */
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "omap2420.dtsi"
|
#include "omap2420.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x8000000>; /* 128 MB */
|
reg = <0x80000000 0x8000000>; /* 128 MB */
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@ / {
|
||||||
model = "TI OMAP2430 SDP";
|
model = "TI OMAP2430 SDP";
|
||||||
compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2";
|
compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2";
|
||||||
|
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x8000000>; /* 128 MB */
|
reg = <0x80000000 0x8000000>; /* 128 MB */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue