[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1358491295-4022-2-git-send-email-avinashphilip@ti.com>
Date: Fri, 18 Jan 2013 12:11:33 +0530
From: Philip Avinash <avinashphilip@...com>
To: <b-cousson@...com>, <tony@...mide.com>, <linux@....linux.org.uk>
CC: <linux-omap@...r.kernel.org>,
<devicetree-discuss@...ts.ozlabs.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <nsekhar@...com>,
<gururaja.hebbar@...com>, <zonque@...il.com>,
"Philip, Avinash" <avinashphilip@...com>
Subject: [PATCH 1/3] ARM: dts: AM33XX: Add ELM node
From: "Philip, Avinash" <avinashphilip@...com>
Add ELM data node to AM33XX device tree file.
Signed-off-by: Philip Avinash <avinashphilip@...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@...80000 {
+ compatible = "ti,am33xx-elm";
+ reg = <0x48080000 0x2000>;
+ interrupts = <4>;
+ ti,hwmods = "elm";
+ status = "disabled";
+ };
};
};
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists