diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-01 14:42:40 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-08 16:26:20 +0200 |
commit | 211aca4edad7098146d46e715504beedf5f67151 (patch) | |
tree | fc3058d83d3edf0d556bf0b36b6312dcc7782687 /configs/UTOO_P66_defconfig | |
parent | c9f8947e66042b49bba358d4bce531da3bd440be (diff) | |
download | u-boot-imx-211aca4edad7098146d46e715504beedf5f67151.zip u-boot-imx-211aca4edad7098146d46e715504beedf5f67151.tar.gz u-boot-imx-211aca4edad7098146d46e715504beedf5f67151.tar.bz2 |
sunxi: Add CONFIG_USB0_ID_DET setting to 2 more tablets
Now that we have code to check the id-pin and detect usb-host adapters
plugged into the otg port that way, enable it on the tablets which I own.
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 0266299..169c2e8 100644 --- a/configs/UTOO_P66_defconfig +++ b/configs/UTOO_P66_defconfig @@ -7,6 +7,7 @@ CONFIG_MMC0_CD_PIN="PG0" CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_USB0_VBUS_PIN="PB04" CONFIG_USB0_VBUS_DET="PG01" +CONFIG_USB0_ID_DET="PG2" CONFIG_AXP_GPIO=y 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 |