Commit e6fb4272 authored by Dmitry Lifshitz's avatar Dmitry Lifshitz Committed by Tony Lindgren

ARM: dts: cm-t3x: add TV out support

Add TV out support.
Signed-off-by: default avatarDmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent b0f9ce4e
......@@ -56,6 +56,17 @@ ads7846reg: ads7846-reg {
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
tv0: connector@1 {
compatible = "svideo-connector";
label = "tv";
port {
tv_connector_in: endpoint {
remote-endpoint = <&venc_out>;
};
};
};
};
&omap3_pmx_core {
......@@ -221,3 +232,14 @@ ads7846@0 {
linux,wakeup;
};
};
&venc {
status = "ok";
port {
venc_out: endpoint {
remote-endpoint = <&tv_connector_in>;
ti,channels = <2>;
};
};
};
......@@ -66,6 +66,10 @@ twl: twl@48 {
#include "twl4030_omap3.dtsi"
#include <dt-bindings/input/input.h>
&venc {
vdda-supply = <&vdac>;
};
&mmc1 {
vmmc-supply = <&vmmc1>;
};
......
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