From patchwork Tue Apr 26 03:57:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Macpaul Lin X-Patchwork-Id: 92844 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 11F7FB6F35 for ; Tue, 26 Apr 2011 13:57:41 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F36B7281F6; Tue, 26 Apr 2011 05:57:38 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y0WYEGJatZ6s; Tue, 26 Apr 2011 05:57:38 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 23F19281DB; Tue, 26 Apr 2011 05:57:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 774E5281DB for ; Tue, 26 Apr 2011 05:57:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5TZjHd1HyqS6 for ; Tue, 26 Apr 2011 05:57:33 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from ATCPCS06.andestech.com (59-124-160-117.HINET-IP.hinet.net [59.124.160.117]) by theia.denx.de (Postfix) with ESMTP id 0B708281D8 for ; Tue, 26 Apr 2011 05:57:31 +0200 (CEST) Received: from app01.andestech.com ([10.0.4.31]) by ATCPCS06.andestech.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 26 Apr 2011 11:57:23 +0800 From: Macpaul Lin To: linux@bohmer.net, wd@denx.de, u-boot@lists.denx.de Date: Tue, 26 Apr 2011 11:57:09 +0800 Message-Id: <1303790229-9332-1-git-send-email-macpaul@andestech.com> X-Mailer: git-send-email 1.7.3.5 X-OriginalArrivalTime: 26 Apr 2011 03:57:23.0249 (UTC) FILETIME=[0C595210:01CC03C6] Cc: Macpaul Lin Subject: [U-Boot] [PATCH] ehci.h: replace usb root support from 2 to 5 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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 --- 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 */