[U-Boot] [PATCH] ehci.h: replace usb root support from 2 to 5

Macpaul Lin macpaul at andestech.com
Tue Apr 26 05:57:09 CEST 2011


Replace usb root support from 2 to 5.
Some board has more then 2 usb slots hubs on the board.

Signed-off-by: Macpaul Lin <macpaul at andestech.com>
---
 drivers/usb/host/ehci.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
index 945ab64..c097d3d 100644
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -23,7 +23,7 @@
 #define USB_EHCI_H
 
 #if !defined(CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS)
-#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS	2
+#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS	5
 #endif
 
 /* (shifted) direction/type/recipient from the USB 2.0 spec, table 9.2 */
-- 
1.7.3.5



More information about the U-Boot mailing list