ARM: dts: cm-t3x: add TV out support
Add TV out support. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
b0f9ce4e21
commit
e6fb427241
@ -56,6 +56,17 @@
|
|||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-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 {
|
&omap3_pmx_core {
|
||||||
@ -221,3 +232,14 @@
|
|||||||
linux,wakeup;
|
linux,wakeup;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&venc {
|
||||||
|
status = "ok";
|
||||||
|
|
||||||
|
port {
|
||||||
|
venc_out: endpoint {
|
||||||
|
remote-endpoint = <&tv_connector_in>;
|
||||||
|
ti,channels = <2>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
@ -66,6 +66,10 @@
|
|||||||
#include "twl4030_omap3.dtsi"
|
#include "twl4030_omap3.dtsi"
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
|
|
||||||
|
&venc {
|
||||||
|
vdda-supply = <&vdac>;
|
||||||
|
};
|
||||||
|
|
||||||
&mmc1 {
|
&mmc1 {
|
||||||
vmmc-supply = <&vmmc1>;
|
vmmc-supply = <&vmmc1>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user