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/iNet_86VS_defconfig | |
parent | 86140955f4e88e15041efddd623e9ee6df8132b9 (diff) |
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/iNet_86VS_defconfig')
-rw-r--r-- | configs/iNet_86VS_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/iNet_86VS_defconfig b/configs/iNet_86VS_defconfig index 33162d18083..f958c317b36 100644 --- a/configs/iNet_86VS_defconfig +++ b/configs/iNet_86VS_defconfig @@ -5,6 +5,7 @@ CONFIG_DRAM_CLK=408 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:45,ri:209,up:22,lo:22,hs:1,vs:1,sync:3,vmode:0" CONFIG_VIDEO_LCD_POWER="AXP0-0" CONFIG_VIDEO_LCD_BL_EN="AXP0-1" |