forked from OERV-BSP/u-boot
usb: spear: Add support for both SPEAr600 EHCI controllers
USB EHCI on SPEAr600 has not been tested for a while. The base controller addresses are missing. This patch adds the defines to the header. And adds the missing code. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Viresh Kumar <viresh.kumar@linaro.org> Cc: Vipin Kumar <vk.vipin@gmail.com> Cc: Marek Vasut <marex@denx.de>
This commit is contained in:
committed by
Marek Vasut
parent
f0c89d5463
commit
e8d056989a
@@ -11,6 +11,8 @@
|
||||
#define CONFIG_SYS_USBD_BASE 0xE1100000
|
||||
#define CONFIG_SYS_PLUG_BASE 0xE1200000
|
||||
#define CONFIG_SYS_FIFO_BASE 0xE1000800
|
||||
#define CONFIG_SYS_UHC0_EHCI_BASE 0xE1800000
|
||||
#define CONFIG_SYS_UHC1_EHCI_BASE 0xE2000000
|
||||
#define CONFIG_SYS_SMI_BASE 0xFC000000
|
||||
#define CONFIG_SPEAR_SYSCNTLBASE 0xFCA00000
|
||||
#define CONFIG_SPEAR_TIMERBASE 0xFC800000
|
||||
|
||||
Reference in New Issue
Block a user