diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-11-12 09:52:21 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-11-16 10:33:49 -0500 |
commit | 91660d743e6b283db54e85a8ea175c1d7be3055e (patch) | |
tree | ce27f27fdd702d252bd48d1000f5197cac48fd77 /arch/arm/boot/dts/imx6q.dtsi | |
parent | b5af6b100c9fb4498051f831c90f69adebd82b88 (diff) |
ARM i.MX6: Add IPU support
This adds the IPU devices to the devicetree.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index f604a44a5c66..69fe8f46e3e6 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi | |||
@@ -1001,5 +1001,23 @@ | |||
1001 | status = "disabled"; | 1001 | status = "disabled"; |
1002 | }; | 1002 | }; |
1003 | }; | 1003 | }; |
1004 | |||
1005 | ipu1: ipu@02400000 { | ||
1006 | #crtc-cells = <1>; | ||
1007 | compatible = "fsl,imx6q-ipu"; | ||
1008 | reg = <0x02400000 0x400000>; | ||
1009 | interrupts = <0 6 0x4 0 5 0x4>; | ||
1010 | clocks = <&clks 130>, <&clks 131>, <&clks 132>; | ||
1011 | clock-names = "bus", "di0", "di1"; | ||
1012 | }; | ||
1013 | |||
1014 | ipu2: ipu@02800000 { | ||
1015 | #crtc-cells = <1>; | ||
1016 | compatible = "fsl,imx6q-ipu"; | ||
1017 | reg = <0x02800000 0x400000>; | ||
1018 | interrupts = <0 8 0x4 0 7 0x4>; | ||
1019 | clocks = <&clks 133>, <&clks 134>, <&clks 137>; | ||
1020 | clock-names = "bus", "di0", "di1"; | ||
1021 | }; | ||
1004 | }; | 1022 | }; |
1005 | }; | 1023 | }; |