ARM: dts: omap3-devkit8000: Add S-video output support
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>
Tue, 4 Aug 2015 20:53:29 +0000 (22:53 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 6 Aug 2015 07:35:08 +0000 (00:35 -0700)
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>
arch/arm/boot/dts/omap3-devkit8000.dts

index df8208f0ae4a67072005a286b36ebb3ec188e85f..1e002ff9622ee5b8315d0658346b050e70774a0b 100644 (file)
                        gpio-key,wakeup;
                };
        };
+
+       tv0: connector@1 {
+               compatible = "svideo-connector";
+               label = "tv";
+
+               port {
+                       tv_connector_in: endpoint {
+                               remote-endpoint = <&venc_out>;
+                       };
+               };
+       };
 };
 
 &i2c1 {
                gpmc,wr-access-ns = <0>;
        };
 };
+
+&venc {
+       status = "ok";
+
+       vdda-supply = <&vdac>;
+
+       port {
+               venc_out: endpoint {
+                       remote-endpoint = <&tv_connector_in>;
+                       ti,channels = <2>;
+               };
+       };
+};
This page took 0.027911 seconds and 5 git commands to generate.