diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-11-23 09:42:00 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-24 15:54:48 (GMT) |
commit | e6fb427241e47ea216e20a90c43dedf7465723fb (patch) | |
tree | fbdb72707465a8656cdc680db86e18df849ff707 /arch/arm/boot/dts/omap3-cm-t3x.dtsi | |
parent | b0f9ce4e21c147051c97574651e38edf07e3dd5b (diff) | |
download | linux-e6fb427241e47ea216e20a90c43dedf7465723fb.tar.xz |
ARM: dts: cm-t3x: add TV out support
Add TV out support.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-cm-t3x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-cm-t3x.dtsi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index 620a3f4..63bea24 100644 --- a/arch/arm/boot/dts/omap3-cm-t3x.dtsi +++ b/arch/arm/boot/dts/omap3-cm-t3x.dtsi @@ -56,6 +56,17 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; }; + + tv0: connector@1 { + compatible = "svideo-connector"; + label = "tv"; + + port { + tv_connector_in: endpoint { + remote-endpoint = <&venc_out>; + }; + }; + }; }; &omap3_pmx_core { @@ -221,3 +232,14 @@ linux,wakeup; }; }; + +&venc { + status = "ok"; + + port { + venc_out: endpoint { + remote-endpoint = <&tv_connector_in>; + ti,channels = <2>; + }; + }; +}; |