[PATCH 1/3] ARM: dts: AM33XX: Add ELM node
Philip Avinash
avinashphilip at ti.com
Fri Jan 18 01:41:33 EST 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>
---
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 c2f14e8..eaef5e7 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -385,5 +385,13 @@
mac-address = [ 00 00 00 00 00 00 ];
};
};
+
+ elm: elm at 48080000 {
+ compatible = "ti,am33xx-elm";
+ reg = <0x48080000 0x2000>;
+ interrupts = <4>;
+ ti,hwmods = "elm";
+ status = "disabled";
+ };
};
};
--
1.7.9.5
More information about the linux-arm-kernel
mailing list