diff mbox

[U-Boot,1/2] sunxi: Ampe_A76_defconfig: Add otg id pin configuration

Message ID 1440505361-4780-1-git-send-email-hdegoede@redhat.com
State Accepted
Delegated to: Hans de Goede
Headers show

Commit Message

Hans de Goede Aug. 25, 2015, 12:22 p.m. UTC
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>
---
 configs/Ampe_A76_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Ian Campbell Aug. 26, 2015, 6:40 p.m. UTC | #1
On Tue, 2015-08-25 at 14:22 +0200, Hans de Goede wrote:
> 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>
diff mbox

Patch

diff --git a/configs/Ampe_A76_defconfig b/configs/Ampe_A76_defconfig
index 3aaf029..85724b0 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"