diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-04-25 09:22:52 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-05-04 14:00:55 -0400 |
commit | 8be0fca6ddb026c0eed8f67f97537742c68a906a (patch) | |
tree | ef777e24484865bf207b1a15ba70f620fa40ecd9 | |
parent | 00e1d6d0c0ce5f7ebc9fa3912e0d54c13b89a561 (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.dts | 12 |
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>; |