summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8572DS.h
diff options
context:
space:
mode:
authorZhao Chenhui <b35336@freescale.com>2011-03-04 16:31:41 +0800
committerKumar Gala <galak@kernel.crashing.org>2011-04-04 09:24:42 -0500
commit863a3eac23362e70f12a456e6b563c416cbc43fc (patch)
treedf358025e2499e1e072fad7271e669a06663d43e /include/configs/MPC8572DS.h
parent5103d7aa23b33b9c4c5b6221248109eb6672c7b1 (diff)
downloadtalos-obmc-uboot-863a3eac23362e70f12a456e6b563c416cbc43fc.tar.gz
talos-obmc-uboot-863a3eac23362e70f12a456e6b563c416cbc43fc.zip
powerpc/85xx: Add support for ULI1575 PCI EHCI module on MPC8572DS
MPC8572DS provides 2 USB ports with ULI1575. We enable USB storage device support using PCI EHCI module. Signed-off-by: Zhao Chenhui <b35336@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8572DS.h')
-rw-r--r--include/configs/MPC8572DS.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h
index 0f419c5723..8c0d06ab86 100644
--- a/include/configs/MPC8572DS.h
+++ b/include/configs/MPC8572DS.h
@@ -672,6 +672,20 @@
#define CONFIG_CMD_EXT2
#endif
+/*
+ * USB
+ */
+#define CONFIG_USB_EHCI
+
+#ifdef CONFIG_USB_EHCI
+#define CONFIG_CMD_USB
+#define CONFIG_USB_EHCI_PCI
+#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
+#define CONFIG_USB_STORAGE
+#define CONFIG_PCI_EHCI_DEVICE 0
+#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
+#endif
+
#undef CONFIG_WATCHDOG /* watchdog disabled */
/*
OpenPOWER on IntegriCloud