diff options
author | Alex Kaplan <kaplan2539@gmail.com> | 2016-03-07 12:50:20 (GMT) |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-23 21:04:13 (GMT) |
commit | cda192d8c22ba795d379bdf2cf332334a1e32a60 (patch) | |
tree | 3e34bcb22c4cf0dbc0a0b21b3da5444f1422d7b2 | |
parent | 83fbebf21986570a5c204c9ed751fdf89a8efc3d (diff) | |
download | u-boot-cda192d8c22ba795d379bdf2cf332334a1e32a60.tar.xz |
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>
-rw-r--r-- | configs/CHIP_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/CHIP_defconfig b/configs/CHIP_defconfig index 0f4020b..c6bd7b2 100644 --- a/configs/CHIP_defconfig +++ b/configs/CHIP_defconfig @@ -4,6 +4,7 @@ CONFIG_MACH_SUN5I=y CONFIG_DRAM_TIMINGS_DDR3_800E_1066G_1333J=y # CONFIG_MMC is not set CONFIG_USB0_VBUS_PIN="PB10" +CONFIG_VIDEO_COMPOSITE=y CONFIG_DEFAULT_DEVICE_TREE="sun5i-r8-chip" CONFIG_SPL=y CONFIG_OF_BOARD_SETUP=y |