Commit cda192d8c22ba795d379bdf2cf332334a1e32a60

Authored by Alex Kaplan
Committed by Hans de Goede
1 parent 83fbebf219

sunxi: Enable composite video out on the CHIP

The CHIP has a composite video output in the mini-Jack connector, alongside
with the 2 audio channels. Enable this output in U-Boot.

Signed-off-by: Alex Kaplan <kaplan2539@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/CHIP_defconfig
... ... @@ -4,6 +4,7 @@
4 4 CONFIG_DRAM_TIMINGS_DDR3_800E_1066G_1333J=y
5 5 # CONFIG_MMC is not set
6 6 CONFIG_USB0_VBUS_PIN="PB10"
  7 +CONFIG_VIDEO_COMPOSITE=y
7 8 CONFIG_DEFAULT_DEVICE_TREE="sun5i-r8-chip"
8 9 CONFIG_SPL=y
9 10 CONFIG_OF_BOARD_SETUP=y