Skip to content

Commit

Permalink
ARM: sun5i: chip: Enable the TV Encoder
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxime Ripard committed May 4, 2016
1 parent 00e1d6d commit 8be0fca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/sun5i-r8-chip.dts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
};
};

&be0 {
status = "okay";
};

&codec {
status = "okay";
};
Expand Down Expand Up @@ -188,6 +192,14 @@
status = "okay";
};

&tcon0 {
status = "okay";
};

&tve0 {
status = "okay";
};

&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins_b>;
Expand Down

0 comments on commit 8be0fca

Please sign in to comment.