aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorJack Pham <jackp@codeaurora.org>2015-12-10 18:28:53 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-01-24 20:51:18 -0800
commit132f5005abbd480b66c58f8113ed876b99b6318e (patch)
tree9659ac2d90b401fa6b2dcba8b2de51204ccead9c /include/linux/usb
parentUSB: bcma: separate code initializing USB 2.0 core (diff)
downloadlinux-dev-132f5005abbd480b66c58f8113ed876b99b6318e.tar.xz
linux-dev-132f5005abbd480b66c58f8113ed876b99b6318e.zip
usb: host: ehci-msm: Allow LS devices to work
Disable the silicon quirk which is normally enabled for HSIC host mode. This would otherwise prevent low speed devices from enumerating properly. Signed-off-by: Jack Pham <jackp@codeaurora.org> Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/msm_hsusb_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/msm_hsusb_hw.h b/include/linux/usb/msm_hsusb_hw.h
index e159b39f67a2..974c3796a23f 100644
--- a/include/linux/usb/msm_hsusb_hw.h
+++ b/include/linux/usb/msm_hsusb_hw.h
@@ -22,6 +22,7 @@
#define USB_AHBBURST (MSM_USB_BASE + 0x0090)
#define USB_AHBMODE (MSM_USB_BASE + 0x0098)
#define USB_GENCONFIG_2 (MSM_USB_BASE + 0x00a0)
+#define ULPI_TX_PKT_EN_CLR_FIX BIT(19)
#define USB_CAPLENGTH (MSM_USB_BASE + 0x0100) /* 8 bit */