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>
This commit is contained in:
Anthoine Bourgeois 2015-08-04 22:53:29 +02:00 committed by Tony Lindgren
parent 26fa892392
commit f1022b9ce1

View File

@ -71,6 +71,17 @@ user {
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 @@ ethernet@0,0 {
gpmc,wr-access-ns = <0>;
};
};
&venc {
status = "ok";
vdda-supply = <&vdac>;
port {
venc_out: endpoint {
remote-endpoint = <&tv_connector_in>;
ti,channels = <2>;
};
};
};