summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorRajesh Bhagat <rajesh.bhagat@nxp.com>2016-10-12 10:41:47 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-08-16 05:56:36 (GMT)
commit0d77e7d8dd293249be8ca3ea2cb9f88ea8c2a0a5 (patch)
tree00c39d5989327be26a3498292a13da9adc0232f9 /include/configs
parent043b765afdb85fa06f2566f614ef244806e206f4 (diff)
downloadu-boot-0d77e7d8dd293249be8ca3ea2cb9f88ea8c2a0a5.tar.xz
config: ls1012aqds: Add USB EHCI support for ls1012aqds
Add USB EHCI support for ls1012aqds platform Signed-off-by: Rajat Srivastava <rajat.srivastava@nxp.com> Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com> Signed-off-by: yinbo.zhu <yinbo.zhu@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ls1012aqds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ls1012aqds.h b/include/configs/ls1012aqds.h
index e7d1cd5..16714bb 100644
--- a/include/configs/ls1012aqds.h
+++ b/include/configs/ls1012aqds.h
@@ -115,6 +115,8 @@
#ifdef CONFIG_HAS_FSL_DR_USB
#define CONFIG_USB_EHCI_FSL
+#define CONFIG_USB_ULPI
+#define CONFIG_USB_ULPI_VIEWPORT
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
#endif