diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-06 11:06:50 (GMT) |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-14 06:37:37 (GMT) |
commit | 84d54bc005c5a908aaf99815606c90b04e6f53bb (patch) | |
tree | 75e3a1fe0442c7f42e184622c8644d93cd2ef3bf /configs/forfun_q88db_defconfig | |
parent | 86140955f4e88e15041efddd623e9ee6df8132b9 (diff) | |
download | u-boot-84d54bc005c5a908aaf99815606c90b04e6f53bb.tar.xz |
sunxi: display: Disable HDMI support on A13 based tablets
The sun5i die has a hdmi encoder onboard, but the A13 package does not
route this to the outside, disable hdmi support on A13 based boards.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/forfun_q88db_defconfig')
-rw-r--r-- | configs/forfun_q88db_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/forfun_q88db_defconfig b/configs/forfun_q88db_defconfig index 6fff725..610a062 100644 --- a/configs/forfun_q88db_defconfig +++ b/configs/forfun_q88db_defconfig @@ -5,6 +5,7 @@ CONFIG_DRAM_CLK=384 CONFIG_USB0_VBUS_PIN="PG12" CONFIG_USB0_VBUS_DET="PG1" CONFIG_AXP_GPIO=y +# CONFIG_VIDEO_HDMI is not set CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:87,ri:40,up:31,lo:13,hs:1,vs:1,sync:3,vmode:0" CONFIG_VIDEO_LCD_POWER="AXP0-0" CONFIG_VIDEO_LCD_BL_EN="AXP0-1" |