diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2008-08-31 00:39:46 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-31 00:39:46 +0200 |
commit | 8262813ca04fc57f5d8856e1828085c136e0f1eb (patch) | |
tree | 522933b92c5c23808168761c2028427dc6ec9acf /drivers/usb/usb_ohci.c | |
parent | 9b07773f8883665b002500c190507e9fd99b7181 (diff) | |
download | u-boot-imx-8262813ca04fc57f5d8856e1828085c136e0f1eb.zip u-boot-imx-8262813ca04fc57f5d8856e1828085c136e0f1eb.tar.gz u-boot-imx-8262813ca04fc57f5d8856e1828085c136e0f1eb.tar.bz2 |
USB: Add support for OHCI controller on S3C6400
Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
it should work too and we could still profit from instruction cache.
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'drivers/usb/usb_ohci.c')
-rw-r--r-- | drivers/usb/usb_ohci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/usb_ohci.c b/drivers/usb/usb_ohci.c index fd60edb..0bfa4d7 100644 --- a/drivers/usb/usb_ohci.c +++ b/drivers/usb/usb_ohci.c @@ -69,6 +69,7 @@ #if defined(CONFIG_ARM920T) || \ defined(CONFIG_S3C2400) || \ defined(CONFIG_S3C2410) || \ + defined(CONFIG_S3C6400) || \ defined(CONFIG_440EP) || \ defined(CONFIG_PCI_OHCI) || \ defined(CONFIG_MPC5200) || \ |