Commit f1022b9c authored by Anthoine Bourgeois's avatar Anthoine Bourgeois Committed by Tony Lindgren

ARM: dts: omap3-devkit8000: Add S-video output support

This commit adds the support of TV output on the devkit8000 board.
Signed-off-by: default avatarAnthoine Bourgeois <anthoine.bourgeois@gmail.com>
[tony@atomide.com: added missing sign as noted by Anthoine]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 26fa8923
......@@ -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>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment