aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2016-04-25 09:22:52 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-05-04 14:00:55 -0400
commit8be0fca6ddb026c0eed8f67f97537742c68a906a (patch)
treeef777e24484865bf207b1a15ba70f620fa40ecd9
parent00e1d6d0c0ce5f7ebc9fa3912e0d54c13b89a561 (diff)
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>
-rw-r--r--arch/arm/boot/dts/sun5i-r8-chip.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i-r8-chip.dts b/arch/arm/boot/dts/sun5i-r8-chip.dts
index f6898c6b84d4..a8d8b4582397 100644
--- a/arch/arm/boot/dts/sun5i-r8-chip.dts
+++ b/arch/arm/boot/dts/sun5i-r8-chip.dts
@@ -66,6 +66,10 @@
66 }; 66 };
67}; 67};
68 68
69&be0 {
70 status = "okay";
71};
72
69&codec { 73&codec {
70 status = "okay"; 74 status = "okay";
71}; 75};
@@ -188,6 +192,14 @@
188 status = "okay"; 192 status = "okay";
189}; 193};
190 194
195&tcon0 {
196 status = "okay";
197};
198
199&tve0 {
200 status = "okay";
201};
202
191&uart1 { 203&uart1 {
192 pinctrl-names = "default"; 204 pinctrl-names = "default";
193 pinctrl-0 = <&uart1_pins_b>; 205 pinctrl-0 = <&uart1_pins_b>;