diff options
author | Franklin S Cooper Jr <fcooper@ti.com> | 2015-10-28 16:02:16 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-11-30 14:03:47 -0800 |
commit | 258511e1ee2a74783eb73ffae7e52d622bb67707 (patch) | |
tree | 249ca25e42c47f9dcab066246f02a0294b411f11 | |
parent | 8e6ebfaa9b384088002baa10f7534efa73a0794e (diff) |
ARM: dts: omap4: Add elm node
Add device tree entry for the error location module.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 32b65be7d423..2bd9c83300b2 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -348,6 +348,14 @@ #interrupt-cells = <2>; }; + elm: elm@48078000 { + compatible = "ti,am3352-elm"; + reg = <0x48078000 0x2000>; + interrupts = <4>; + ti,hwmods = "elm"; + status = "disabled"; + }; + gpmc: gpmc@50000000 { compatible = "ti,omap4430-gpmc"; reg = <0x50000000 0x1000>; |