mirror of https://gitee.com/openkylin/linux.git
ARM: dts: omap4: 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
81777ff9dd
commit
742ae1f945
|
@ -12,7 +12,7 @@ / {
|
||||||
model = "Gumstix Duovero";
|
model = "Gumstix Duovero";
|
||||||
compatible = "gumstix,omap4-duovero", "ti,omap4430", "ti,omap4";
|
compatible = "gumstix,omap4-duovero", "ti,omap4430", "ti,omap4";
|
||||||
|
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x40000000>; /* 1 GB */
|
reg = <0x80000000 0x40000000>; /* 1 GB */
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@ / {
|
||||||
model = "Amazon Kindle Fire (first generation)";
|
model = "Amazon Kindle Fire (first generation)";
|
||||||
compatible = "amazon,omap4-kc1", "ti,omap4430", "ti,omap4";
|
compatible = "amazon,omap4-kc1", "ti,omap4430", "ti,omap4";
|
||||||
|
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x20000000>; /* 512 MB */
|
reg = <0x80000000 0x20000000>; /* 512 MB */
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#include "elpida_ecb240abacn.dtsi"
|
#include "elpida_ecb240abacn.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x40000000>; /* 1 GB */
|
reg = <0x80000000 0x40000000>; /* 1 GB */
|
||||||
};
|
};
|
||||||
|
|
|
@ -14,7 +14,7 @@ / {
|
||||||
model = "TI OMAP4 SDP board";
|
model = "TI OMAP4 SDP board";
|
||||||
compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4";
|
compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4";
|
||||||
|
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x40000000>; /* 1 GB */
|
reg = <0x80000000 0x40000000>; /* 1 GB */
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,7 +12,7 @@ / {
|
||||||
model = "Variscite VAR-SOM-OM44";
|
model = "Variscite VAR-SOM-OM44";
|
||||||
compatible = "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|
compatible = "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|
||||||
|
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x40000000>; /* 1 GB */
|
reg = <0x80000000 0x40000000>; /* 1 GB */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue