Browse Source

ARM: sun5i: chip: Enable the TV Encoder

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>
Maxime Ripard 9 years ago
parent
commit
8be0fca6dd
1 changed files with 12 additions and 0 deletions
  1. 12 0
      arch/arm/boot/dts/sun5i-r8-chip.dts

+ 12 - 0
arch/arm/boot/dts/sun5i-r8-chip.dts

@@ -66,6 +66,10 @@
 	};
 };
 
+&be0 {
+	status = "okay";
+};
+
 &codec {
 	status = "okay";
 };
@@ -188,6 +192,14 @@
 	status = "okay";
 };
 
+&tcon0 {
+	status = "okay";
+};
+
+&tve0 {
+	status = "okay";
+};
+
 &uart1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&uart1_pins_b>;