[PATCH v3,1/3] ARM: dts: AM33XX: Add ELM node

Gupta, Pekon pekon at ti.com
Thu May 2 05:43:21 EDT 2013


From: "Philip, Avinash" <avinashphilip at ti.com>

Add ELM data node to AM33XX device tree file.

Signed-off-by: Philip Avinash <avinashphilip at ti.com>
Acked-by: Peter Korsgaard <jacmet at sunsite.dk>
Signed-off-by: Pekon Gupta <pekon at ti.com>

---
Changes in v2:
	- Replace <xx> literals to 52
	- remove tab

 arch/arm/boot/dts/am33xx.dtsi |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 0957645..24fc835 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -399,5 +399,13 @@
 			       0x44d80000 0x2000>;	/* M3 DMEM */
 			ti,hwmods = "wkup_m3";
 		};
+
+		elm: elm at 48080000 {
+			compatible = "ti,am3352-elm";
+			reg = <0x48080000 0x2000>;
+			interrupts = <4>;
+			ti,hwmods = "elm";
+			status = "disabled";
+		};
 	};
 };



More information about the linux-mtd mailing list