linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx35: add iim module to imx35.dtsi
@ 2016-09-08  9:28 Uwe Kleine-König
  2016-09-08 16:21 ` Fabio Estevam
  2016-09-09  6:19 ` Shawn Guo
  0 siblings, 2 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2016-09-08  9:28 UTC (permalink / raw)
  To: linux-arm-kernel

This is a prerequisite to remove the static mappings for imx35 devicetree
based machines.

Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
 arch/arm/boot/dts/imx35.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi
index 490b7b44f1e7..f812d586c5ce 100644
--- a/arch/arm/boot/dts/imx35.dtsi
+++ b/arch/arm/boot/dts/imx35.dtsi
@@ -309,6 +309,13 @@
 				status = "disabled";
 			};
 
+			iim at 53ff0000 {
+				compatible = "fsl,imx35-iim";
+				reg = <0x53ff0000 0x4000>;
+				interrupts = <19>;
+				clocks = <&clks 80>;
+			};
+
 			usbotg: usb at 53ff4000 {
 				compatible = "fsl,imx35-usb", "fsl,imx27-usb";
 				reg = <0x53ff4000 0x0200>;
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-09  6:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08  9:28 [PATCH] ARM: imx35: add iim module to imx35.dtsi Uwe Kleine-König
2016-09-08 16:21 ` Fabio Estevam
2016-09-08 17:55   ` Uwe Kleine-König
2016-09-08 18:09     ` Fabio Estevam
2016-09-08 18:18       ` Uwe Kleine-König
2016-09-09  6:19 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).