diff mbox

[4/7] ARM: dts: omap3-devkit8000: Add S-video output support

Message ID 1438721612-7529-5-git-send-email-anthoine.bourgeois@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Anthoine Bourgeois Aug. 4, 2015, 8:53 p.m. UTC
This commit adds the support of TV output on the devkit8000 board.
---
 arch/arm/boot/dts/omap3-devkit8000.dts | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts
index 980e3b8..9d0c438 100644
--- a/arch/arm/boot/dts/omap3-devkit8000.dts
+++ b/arch/arm/boot/dts/omap3-devkit8000.dts
@@ -72,6 +72,17 @@ 
 			gpio-key,wakeup;
 		};
 	};
+
+	tv0: connector@1 {
+		compatible = "svideo-connector";
+		label = "tv";
+
+		port {
+			tv_connector_in: endpoint {
+				remote-endpoint = <&venc_out>;
+			};
+		};
+	};
 };
 
 &i2c1 {
@@ -247,3 +258,16 @@ 
 		gpmc,wr-access-ns = <0>;
 	};
 };
+
+&venc {
+	status = "ok";
+
+	vdda-supply = <&vdac>;
+
+	port {
+		venc_out: endpoint {
+			remote-endpoint = <&tv_connector_in>;
+			ti,channels = <2>;
+		};
+	};
+};