diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-06 13:06:50 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-14 08:37:37 +0200 |
commit | 84d54bc005c5a908aaf99815606c90b04e6f53bb (patch) | |
tree | 75e3a1fe0442c7f42e184622c8644d93cd2ef3bf /configs/UTOO_P66_defconfig | |
parent | 86140955f4e88e15041efddd623e9ee6df8132b9 (diff) | |
download | u-boot-84d54bc005c5a908aaf99815606c90b04e6f53bb.tar.gz |
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/UTOO_P66_defconfig')
-rw-r--r-- | configs/UTOO_P66_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/UTOO_P66_defconfig b/configs/UTOO_P66_defconfig index 169c2e87c9..99a8c315b0 100644 --- a/configs/UTOO_P66_defconfig +++ b/configs/UTOO_P66_defconfig @@ -9,6 +9,7 @@ CONFIG_USB0_VBUS_PIN="PB04" CONFIG_USB0_VBUS_DET="PG01" CONFIG_USB0_ID_DET="PG2" CONFIG_AXP_GPIO=y +# CONFIG_VIDEO_HDMI is not set CONFIG_VIDEO_LCD_MODE="x:480,y:800,depth:18,pclk_khz:25000,le:2,ri:93,up:2,lo:93,hs:1,vs:1,sync:3,vmode:0" CONFIG_VIDEO_LCD_DCLK_PHASE=0 CONFIG_VIDEO_LCD_POWER="PG4" |