From 8a3337161d0fdedcfbe6d6be884f811496feedc1 Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Thu, 23 Jul 2015 15:02:09 +0200 Subject: arm: mvebu: add multiple usb-hostcontroller support for AXP This patch adds support for multiple hostcontrollers to the ehci-marvell driver and enables all 3 usb-hcs on the db-mv784mp-gp board. It depends on the initial Armada XP usb support patch from Stefan. Signed-off-by: Anton Schubert Reviewed-by: Stefan Roese Cc: Luka Perkov --- include/configs/db-mv784mp-gp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/db-mv784mp-gp.h') diff --git a/include/configs/db-mv784mp-gp.h b/include/configs/db-mv784mp-gp.h index 3911b42..64cabf4 100644 --- a/include/configs/db-mv784mp-gp.h +++ b/include/configs/db-mv784mp-gp.h @@ -47,6 +47,7 @@ #define CONFIG_USB_STORAGE #define CONFIG_USB_EHCI_MARVELL #define CONFIG_EHCI_IS_TDI +#define CONFIG_USB_MAX_CONTROLLER_COUNT 3 /* SPI NOR flash default params, used by sf commands */ #define CONFIG_SF_DEFAULT_SPEED 1000000 -- cgit v1.1