OSDN Git Service

ARM: dts: cm-t3x: add TV out support
authorDmitry Lifshitz <lifshitz@compulab.co.il>
Sun, 23 Nov 2014 09:42:00 +0000 (11:42 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 24 Nov 2014 15:54:48 +0000 (07:54 -0800)
Add TV out support.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-cm-t3x.dtsi
arch/arm/boot/dts/omap3-cm-t3x30.dtsi

index 620a3f4..63bea24 100644 (file)
                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 {
                linux,wakeup;
        };
 };
+
+&venc {
+       status = "ok";
+
+       port {
+               venc_out: endpoint {
+                       remote-endpoint = <&tv_connector_in>;
+                       ti,channels = <2>;
+               };
+       };
+};
index 3cbaf98..9cc7185 100644 (file)
 #include "twl4030_omap3.dtsi"
 #include <dt-bindings/input/input.h>
 
+&venc {
+       vdda-supply = <&vdac>;
+};
+
 &mmc1 {
        vmmc-supply = <&vmmc1>;
 };