]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 620a3f4de5fab713e842eab7b416ca082db0bf63..63bea24f99175c7b47fd6ddfe604087c2b88a012 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 3cbaf98c13726a9f248d911a52469c350553e422..9cc718536c02383b26422480a5dc6be592f5ffc3 100644 (file)
 #include "twl4030_omap3.dtsi"
 #include <dt-bindings/input/input.h>
 
+&venc {
+       vdda-supply = <&vdac>;
+};
+
 &mmc1 {
        vmmc-supply = <&vmmc1>;
 };