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

From: Gupta, Pekon
Date: Mon Apr 29 2013 - 03:54:47 EST


From: avinash philip <avinashphilip@xxxxxx>

From: "Philip, Avinash" <avinashphilip@xxxxxx>

Add ELM data node to AM33XX device tree file.

Signed-off-by: Philip Avinash <avinashphilip@xxxxxx>
Acked-by: Peter Korsgaard <jacmet@xxxxxxxxxx>
Tested-by: Pekon Gupta <pekon@xxxxxx>

---
Changes since 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 da79618..115bf28 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -389,5 +389,13 @@
mac-address = [ 00 00 00 00 00 00 ];
};
};
+
+ elm: elm@48080000 {
+ compatible = "ti,am3352-elm";
+ reg = <0x48080000 0x2000>;
+ interrupts = <4>;
+ ti,hwmods = "elm";
+ status = "disabled";
+ };
};
};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/