diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2016-09-08 11:28:15 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-09-09 08:17:59 +0200 |
commit | f8979757f17ca2dcd423a0604bfe21048824409c (patch) | |
tree | 0b78488dadff8c31c61d3504f5b9572ba25cfa81 /arch/arm/boot/dts/imx35.dtsi | |
parent | ARM: dts: vf610-colibri: use of_graph dt nodes to describe the panel (diff) | |
download | linux-f8979757f17ca2dcd423a0604bfe21048824409c.tar.xz linux-f8979757f17ca2dcd423a0604bfe21048824409c.zip |
ARM: dts: imx35: add iim module to imx35.dtsi
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>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx35.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx35.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
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@53ff0000 { + compatible = "fsl,imx35-iim"; + reg = <0x53ff0000 0x4000>; + interrupts = <19>; + clocks = <&clks 80>; + }; + usbotg: usb@53ff4000 { compatible = "fsl,imx35-usb", "fsl,imx27-usb"; reg = <0x53ff4000 0x0200>; |