summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-sunxi/usbc.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-03-27 20:54:25 +0100
committerHans de Goede <hdegoede@redhat.com>2015-03-29 12:58:59 +0200
commit246e3b87870aaa774769267012f624757f28d873 (patch)
tree20b6e4eafb96d603199172e952a94cf3f2b8ffcc /arch/arm/include/asm/arch-sunxi/usbc.h
parent5db752353b6a19c50db4a30692efb7e845fb8a6e (diff)
downloadblackbird-obmc-uboot-246e3b87870aaa774769267012f624757f28d873.tar.gz
blackbird-obmc-uboot-246e3b87870aaa774769267012f624757f28d873.zip
sunxi: musb: Fix some lo speed devices not working with musb host
The usb0 / otg phy on sunxi boards has a bug where it wrongly detects a high speed squelch on usb reset deassert when a lo speed device is plugged in. The android kernel has a work around for this in the form of temporary disabling the phy's squelch detection on reset deassert, this commit adds the same workaround to the u-boot sunxi musb code, thereby fixing various usb lo speed devices not working. Tested with a (before non working) usb keyboard and a usb 2.4 GHz wireless keyboard/mouse combo receiver. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/include/asm/arch-sunxi/usbc.h')
-rw-r--r--arch/arm/include/asm/arch-sunxi/usbc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-sunxi/usbc.h b/arch/arm/include/asm/arch-sunxi/usbc.h
index cb538cdc7d..133073321b 100644
--- a/arch/arm/include/asm/arch-sunxi/usbc.h
+++ b/arch/arm/include/asm/arch-sunxi/usbc.h
@@ -20,3 +20,4 @@ void sunxi_usbc_enable(int index);
void sunxi_usbc_disable(int index);
void sunxi_usbc_vbus_enable(int index);
void sunxi_usbc_vbus_disable(int index);
+void sunxi_usbc_enable_squelch_detect(int index, int enable);
OpenPOWER on IntegriCloud