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

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>

authored by

Javier Martinez Canillas and committed by
Tony Lindgren
101ace8d 75813028

+3 -3
+1 -1
arch/arm/boot/dts/omap2420-h4.dts
··· 13 13 model = "TI OMAP2420 H4 board"; 14 14 compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2"; 15 15 16 - memory { 16 + memory@80000000 { 17 17 device_type = "memory"; 18 18 reg = <0x80000000 0x4000000>; /* 64 MB */ 19 19 };
+1 -1
arch/arm/boot/dts/omap2420-n8x0-common.dtsi
··· 1 1 #include "omap2420.dtsi" 2 2 3 3 / { 4 - memory { 4 + memory@80000000 { 5 5 device_type = "memory"; 6 6 reg = <0x80000000 0x8000000>; /* 128 MB */ 7 7 };
+1 -1
arch/arm/boot/dts/omap2430-sdp.dts
··· 13 13 model = "TI OMAP2430 SDP"; 14 14 compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2"; 15 15 16 - memory { 16 + memory@80000000 { 17 17 device_type = "memory"; 18 18 reg = <0x80000000 0x8000000>; /* 128 MB */ 19 19 };