Skip to content

Commit

Permalink
ARM: dts: omap3-devkit8000: Add S-video output support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anthoine Bourgeois authored and Tony Lindgren committed Aug 6, 2015
1 parent 26fa892 commit f1022b9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions arch/arm/boot/dts/omap3-devkit8000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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>;
};
};
};

0 comments on commit f1022b9

Please sign in to comment.