aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Lifshitz <lifshitz@compulab.co.il>2014-11-23 04:42:00 -0500
committerTony Lindgren <tony@atomide.com>2014-11-24 10:54:48 -0500
commite6fb427241e47ea216e20a90c43dedf7465723fb (patch)
treefbdb72707465a8656cdc680db86e18df849ff707
parentb0f9ce4e21c147051c97574651e38edf07e3dd5b (diff)
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>
-rw-r--r--arch/arm/boot/dts/omap3-cm-t3x.dtsi22
-rw-r--r--arch/arm/boot/dts/omap3-cm-t3x30.dtsi4
2 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi
index 620a3f4de5fa..63bea24f9917 100644
--- a/arch/arm/boot/dts/omap3-cm-t3x.dtsi
+++ b/arch/arm/boot/dts/omap3-cm-t3x.dtsi
@@ -56,6 +56,17 @@
56 regulator-min-microvolt = <3300000>; 56 regulator-min-microvolt = <3300000>;
57 regulator-max-microvolt = <3300000>; 57 regulator-max-microvolt = <3300000>;
58 }; 58 };
59
60 tv0: connector@1 {
61 compatible = "svideo-connector";
62 label = "tv";
63
64 port {
65 tv_connector_in: endpoint {
66 remote-endpoint = <&venc_out>;
67 };
68 };
69 };
59}; 70};
60 71
61&omap3_pmx_core { 72&omap3_pmx_core {
@@ -221,3 +232,14 @@
221 linux,wakeup; 232 linux,wakeup;
222 }; 233 };
223}; 234};
235
236&venc {
237 status = "ok";
238
239 port {
240 venc_out: endpoint {
241 remote-endpoint = <&tv_connector_in>;
242 ti,channels = <2>;
243 };
244 };
245};
diff --git a/arch/arm/boot/dts/omap3-cm-t3x30.dtsi b/arch/arm/boot/dts/omap3-cm-t3x30.dtsi
index 3cbaf98c1372..9cc718536c02 100644
--- a/arch/arm/boot/dts/omap3-cm-t3x30.dtsi
+++ b/arch/arm/boot/dts/omap3-cm-t3x30.dtsi
@@ -66,6 +66,10 @@
66#include "twl4030_omap3.dtsi" 66#include "twl4030_omap3.dtsi"
67#include <dt-bindings/input/input.h> 67#include <dt-bindings/input/input.h>
68 68
69&venc {
70 vdda-supply = <&vdac>;
71};
72
69&mmc1 { 73&mmc1 {
70 vmmc-supply = <&vmmc1>; 74 vmmc-supply = <&vmmc1>;
71}; 75};