Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Javier Martinez Canillas and committed by
Tony Lindgren
742ae1f9 81777ff9

+5 -5
+1 -1
arch/arm/boot/dts/omap4-duovero.dtsi
··· 12 12 model = "Gumstix Duovero"; 13 13 compatible = "gumstix,omap4-duovero", "ti,omap4430", "ti,omap4"; 14 14 15 - memory { 15 + memory@80000000 { 16 16 device_type = "memory"; 17 17 reg = <0x80000000 0x40000000>; /* 1 GB */ 18 18 };
+1 -1
arch/arm/boot/dts/omap4-kc1.dts
··· 13 13 model = "Amazon Kindle Fire (first generation)"; 14 14 compatible = "amazon,omap4-kc1", "ti,omap4430", "ti,omap4"; 15 15 16 - memory { 16 + memory@80000000 { 17 17 device_type = "memory"; 18 18 reg = <0x80000000 0x20000000>; /* 512 MB */ 19 19 };
+1 -1
arch/arm/boot/dts/omap4-panda-common.dtsi
··· 8 8 #include "elpida_ecb240abacn.dtsi" 9 9 10 10 / { 11 - memory { 11 + memory@80000000 { 12 12 device_type = "memory"; 13 13 reg = <0x80000000 0x40000000>; /* 1 GB */ 14 14 };
+1 -1
arch/arm/boot/dts/omap4-sdp.dts
··· 14 14 model = "TI OMAP4 SDP board"; 15 15 compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4"; 16 16 17 - memory { 17 + memory@80000000 { 18 18 device_type = "memory"; 19 19 reg = <0x80000000 0x40000000>; /* 1 GB */ 20 20 };
+1 -1
arch/arm/boot/dts/omap4-var-som-om44.dtsi
··· 12 12 model = "Variscite VAR-SOM-OM44"; 13 13 compatible = "variscite,var-som-om44", "ti,omap4460", "ti,omap4"; 14 14 15 - memory { 15 + memory@80000000 { 16 16 device_type = "memory"; 17 17 reg = <0x80000000 0x40000000>; /* 1 GB */ 18 18 };