diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-25 14:19:06 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-31 08:43:42 +0200 |
commit | 7a7334719c6b3089350f7d0ed8a273cc906370e7 (patch) | |
tree | 43970e5b6e10b59f5749ac8c42bc3b8b3470f01e /configs/Ampe_A76_defconfig | |
parent | d90ba790d8ae40c39d9e359dc71df16911b7bdb3 (diff) | |
download | u-boot-7a7334719c6b3089350f7d0ed8a273cc906370e7.tar.gz |
sunxi: Ampe_A76_defconfig: Add otg id pin configuration
Add otg id pin configuration, this speeds up bootup when no host cable
is plugged into the otg port.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/Ampe_A76_defconfig')
-rw-r--r-- | configs/Ampe_A76_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Ampe_A76_defconfig b/configs/Ampe_A76_defconfig index e3f44f6262..57ff52da95 100644 --- a/configs/Ampe_A76_defconfig +++ b/configs/Ampe_A76_defconfig @@ -5,6 +5,7 @@ CONFIG_DRAM_CLK=432 CONFIG_MMC0_CD_PIN="PG0" CONFIG_USB0_VBUS_PIN="PG12" CONFIG_USB0_VBUS_DET="PG1" +CONFIG_USB0_ID_DET="PG2" 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:82,up:22,lo:22,hs:1,vs:1,sync:3,vmode:0" |