From: Vasily Khoruzhick Date: Mon, 21 Mar 2016 01:37:04 +0000 (-0700) Subject: pxa-common: pxa27x has 3 OHCI ports X-Git-Tag: v2016.05-rc1~134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=634890bb5280ceec22aa3fc5e967aed0a2d0b795;p=platform%2Fkernel%2Fu-boot.git pxa-common: pxa27x has 3 OHCI ports 3rd port can be used as a device or host. Signed-off-by: Vasily Khoruzhick Acked-by: Marek Vasut --- diff --git a/include/configs/pxa-common.h b/include/configs/pxa-common.h index f0ecc34..4c1c2c7 100644 --- a/include/configs/pxa-common.h +++ b/include/configs/pxa-common.h @@ -37,7 +37,11 @@ #define CONFIG_USB_OHCI_NEW #define CONFIG_SYS_USB_OHCI_CPU_INIT #define CONFIG_SYS_USB_OHCI_BOARD_INIT +#ifdef CONFIG_CPU_PXA27X +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 3 +#else #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 +#endif #define CONFIG_SYS_USB_OHCI_REGS_BASE 0x4c000000 #define CONFIG_SYS_USB_OHCI_SLOT_NAME "pxa-ohci" #define CONFIG_USB_STORAGE