aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-10-16 15:21:10 -0500
committerRob Herring <robh@kernel.org>2015-10-16 15:29:54 -0500
commitcb9737133fe27a91d2ac446b554d2227762b3d0c (patch)
tree59bb1e573b4d577e6e6d847ca307590931de7707
parent9289fb6d57a8c006ab6422f7b919d735d6559ae2 (diff)
pxa1928-helium: fix EHCI host to be TDIv2015.07-pxa1928
The USB EHCI controller is ChipIdea aka TDI, so enable the TDI config option. This fixes host mode working on the OTG port. Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--include/configs/pxa1928_helium.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/pxa1928_helium.h b/include/configs/pxa1928_helium.h
index 1758c9ba45..00f1e7da96 100644
--- a/include/configs/pxa1928_helium.h
+++ b/include/configs/pxa1928_helium.h
@@ -102,6 +102,7 @@
*/
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_PXA
+#define CONFIG_EHCI_IS_TDI
#define CONFIG_URB_BUF_SIZE 256
#define CONFIG_MRVL_USB_PHY
#define CONFIG_USB_REG_BASE 0xd4208000