Add TV out support. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Signed-off-by: Tony Lindgren <tony@atomide.com>
@@ -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";
+ venc_out: endpoint {
+ remote-endpoint = <&tv_connector_in>;
+ ti,channels = <2>;
+};
@@ -66,6 +66,10 @@
#include "twl4030_omap3.dtsi"
#include <dt-bindings/input/input.h>
+ vdda-supply = <&vdac>;
&mmc1 {
vmmc-supply = <&vmmc1>;