diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2013-06-04 06:12:22 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 04:04:26 -0400 |
commit | 19194c2b613c4802a9fb735ccfa23ca63afbc644 (patch) | |
tree | 44c55073f1b020cb4b2d7a0deb4a62ee3ab29b11 | |
parent | ce2c243c9d8de6e541c99108202a7a585abf7849 (diff) |
ARM i.MX53: Add TVE entry to i.MX53 dtsi
This adds the Television Encoder (TVEv2) device tree node
to the i.MX53 dtsi.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index e448b332aee6..3895fbba8fce 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi | |||
@@ -1066,6 +1066,16 @@ | |||
1066 | clock-names = "ipg", "ahb", "ptp"; | 1066 | clock-names = "ipg", "ahb", "ptp"; |
1067 | status = "disabled"; | 1067 | status = "disabled"; |
1068 | }; | 1068 | }; |
1069 | |||
1070 | tve: tve@63ff0000 { | ||
1071 | compatible = "fsl,imx53-tve"; | ||
1072 | reg = <0x63ff0000 0x1000>; | ||
1073 | interrupts = <92>; | ||
1074 | clocks = <&clks 69>, <&clks 116>; | ||
1075 | clock-names = "tve", "di_sel"; | ||
1076 | crtcs = <&ipu 1>; | ||
1077 | status = "disabled"; | ||
1078 | }; | ||
1069 | }; | 1079 | }; |
1070 | }; | 1080 | }; |
1071 | }; | 1081 | }; |