diff mbox

ARM: omap3: Add missing memory node in SOM-LV

Message ID 1477056900-3617-1-git-send-email-aford173@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Adam Ford Oct. 21, 2016, 1:34 p.m. UTC
From: Adam Ford <aford173@gmail.com>

The skeleton.dtsi file was removed in ARM64 for different reasons as
explained in commit ("3ebee5a2e141 arm64: dts: kill skeleton.dtsi").

commit ("766a1fe78fc3 ARM: omap3: Add missing memory node") had
fixes for Torpedo and Overo boards, but this SOM-LV was missed.

This should help prevent the DTC warning:
"Node /memory has a reg or ranges property, but no unit name"

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tony Lindgren Nov. 9, 2016, 10:45 p.m. UTC | #1
* aford173@gmail.com <aford173@gmail.com> [161021 06:36]:
> From: Adam Ford <aford173@gmail.com>
> 
> The skeleton.dtsi file was removed in ARM64 for different reasons as
> explained in commit ("3ebee5a2e141 arm64: dts: kill skeleton.dtsi").
> 
> commit ("766a1fe78fc3 ARM: omap3: Add missing memory node") had
> fixes for Torpedo and Overo boards, but this SOM-LV was missed.
> 
> This should help prevent the DTC warning:
> "Node /memory has a reg or ranges property, but no unit name"

Applying into omap-for-v4.9/fixes thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/logicpd-som-lv.dtsi b/arch/arm/boot/dts/logicpd-som-lv.dtsi
index 0ff1c2d..0381c53 100644
--- a/arch/arm/boot/dts/logicpd-som-lv.dtsi
+++ b/arch/arm/boot/dts/logicpd-som-lv.dtsi
@@ -13,6 +13,11 @@ 
 		};
 	};
 
+	memory@80000000 {
+		device_type = "memory";
+		reg = <0x80000000 0>;
+	};
+
 	wl12xx_vmmc: wl12xx_vmmc {
 		compatible = "regulator-fixed";
 		regulator-name = "vwl1271";