Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+24 −0
Original line number Original line Diff line number Diff line
@@ -71,6 +71,17 @@
			gpio-key,wakeup;
			gpio-key,wakeup;
		};
		};
	};
	};

	tv0: connector@1 {
		compatible = "svideo-connector";
		label = "tv";

		port {
			tv_connector_in: endpoint {
				remote-endpoint = <&venc_out>;
			};
		};
	};
};
};


&i2c1 {
&i2c1 {
@@ -246,3 +257,16 @@
		gpmc,wr-access-ns = <0>;
		gpmc,wr-access-ns = <0>;
	};
	};
};
};

&venc {
	status = "ok";

	vdda-supply = <&vdac>;

	port {
		venc_out: endpoint {
			remote-endpoint = <&tv_connector_in>;
			ti,channels = <2>;
		};
	};
};