summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-devkit8000.dts
diff options
context:
space:
mode:
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2015-08-04 22:53:29 +0200
committerTony Lindgren <tony@atomide.com>2015-08-06 00:35:08 -0700
commitf1022b9ce17cd55690a94ddf8492e543b4cd7663 (patch)
treefb635335ed06ee295ae22ede8ef7102a3507f3d2 /arch/arm/boot/dts/omap3-devkit8000.dts
parent26fa89239201d6c5f767ebe7c2353d469ebf6222 (diff)
ARM: dts: omap3-devkit8000: Add S-video output support
This commit adds the support of TV output on the devkit8000 board. Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com> [tony@atomide.com: added missing sign as noted by Anthoine] Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-devkit8000.dts')
-rw-r--r--arch/arm/boot/dts/omap3-devkit8000.dts24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts
index df8208f0ae4a..1e002ff9622e 100644
--- a/arch/arm/boot/dts/omap3-devkit8000.dts
+++ b/arch/arm/boot/dts/omap3-devkit8000.dts
@@ -71,6 +71,17 @@
gpio-key,wakeup;
};
};
+
+ tv0: connector@1 {
+ compatible = "svideo-connector";
+ label = "tv";
+
+ port {
+ tv_connector_in: endpoint {
+ remote-endpoint = <&venc_out>;
+ };
+ };
+ };
};
&i2c1 {
@@ -246,3 +257,16 @@
gpmc,wr-access-ns = <0>;
};
};
+
+&venc {
+ status = "ok";
+
+ vdda-supply = <&vdac>;
+
+ port {
+ venc_out: endpoint {
+ remote-endpoint = <&tv_connector_in>;
+ ti,channels = <2>;
+ };
+ };
+};