aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
71 gpio-key,wakeup; 71 gpio-key,wakeup;
72 }; 72 };
73 }; 73 };
74
75 tv0: connector@1 {
76 compatible = "svideo-connector";
77 label = "tv";
78
79 port {
80 tv_connector_in: endpoint {
81 remote-endpoint = <&venc_out>;
82 };
83 };
84 };
74}; 85};
75 86
76&i2c1 { 87&i2c1 {
@@ -246,3 +257,16 @@
246 gpmc,wr-access-ns = <0>; 257 gpmc,wr-access-ns = <0>;
247 }; 258 };
248}; 259};
260
261&venc {
262 status = "ok";
263
264 vdda-supply = <&vdac>;
265
266 port {
267 venc_out: endpoint {
268 remote-endpoint = <&tv_connector_in>;
269 ti,channels = <2>;
270 };
271 };
272};