ARM: sun5i: chip: Enable the TV Encoder
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 25 Apr 2016 13:22:52 +0000 (15:22 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 4 May 2016 18:00:55 +0000 (20:00 +0200)
The CHIP has a composite output available muxed with the microphone in the
micro-jack plug.

Enable the composite output in its DTS.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun5i-r8-chip.dts

index f6898c6b84d426bdf45df86495bc69cad91bb064..a8d8b4582397a2dee85929aa43d955efce5009f2 100644 (file)
        };
 };
 
+&be0 {
+       status = "okay";
+};
+
 &codec {
        status = "okay";
 };
        status = "okay";
 };
 
+&tcon0 {
+       status = "okay";
+};
+
+&tve0 {
+       status = "okay";
+};
+
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart1_pins_b>;
This page took 0.025593 seconds and 5 git commands to generate.