summaryrefslogtreecommitdiffstats
path: root/include/usb/chipidea-imx.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-01-31 15:33:38 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-14 09:56:30 +0100
commitcefcb0c2817faf20e9709895d8ebb1a466e730af (patch)
tree80b356a9e8a1ffff85224652af33f699a4f6de8e /include/usb/chipidea-imx.h
parent1943567163a6c0b34c5f3dc514b9e914d7ec3c49 (diff)
downloadbarebox-cefcb0c2817faf20e9709895d8ebb1a466e730af.tar.gz
barebox-cefcb0c2817faf20e9709895d8ebb1a466e730af.tar.xz
USB chipidea i.MX: Fix PTS mask for HSIC
bit25 is part of the PTS bits, so mask it out before rewriting it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/usb/chipidea-imx.h')
-rw-r--r--include/usb/chipidea-imx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/chipidea-imx.h b/include/usb/chipidea-imx.h
index e98cc891b7..252d488e57 100644
--- a/include/usb/chipidea-imx.h
+++ b/include/usb/chipidea-imx.h
@@ -9,6 +9,7 @@
#define MXC_EHCI_MODE_UTMI_16_BIT ((0 << 30) | (1 << 28))
#define MXC_EHCI_MODE_PHILIPS (1 << 30)
#define MXC_EHCI_MODE_ULPI (2 << 30)
+#define MXC_EHCI_MODE_HSIC (1 << 25)
#define MXC_EHCI_MODE_SERIAL (3 << 30)
/*