From: Nikhil Badola Date: Fri, 26 Jun 2015 11:31:50 +0000 (+0530) Subject: armv8/lsch3/config: Define USB XHCI controller base address for LS2085A X-Git-Tag: KARO-TX6-2015-09-18~948 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=13eda913bd24945b5416c6e6971eed1fd0bc0cec;p=karo-tx-uboot.git armv8/lsch3/config: Define USB XHCI controller base address for LS2085A Define base address of both usb xhci controllers in lsch3 config in the format (IMMR + offset) for LS2085A Signed-off-by: Nikhil Badola Reviewed-by: York Sun --- diff --git a/arch/arm/include/asm/arch-fsl-lsch3/config.h b/arch/arm/include/asm/arch-fsl-lsch3/config.h index 032cfd80eb..a4576ddce1 100644 --- a/arch/arm/include/asm/arch-fsl-lsch3/config.h +++ b/arch/arm/include/asm/arch-fsl-lsch3/config.h @@ -64,6 +64,9 @@ #define I2C3_BASE_ADDR (CONFIG_SYS_IMMR + 0x01020000) #define I2C4_BASE_ADDR (CONFIG_SYS_IMMR + 0x01030000) +#define CONFIG_SYS_LS2085A_XHCI_USB1_ADDR (CONFIG_SYS_IMMR + 0x02100000) +#define CONFIG_SYS_LS2085A_XHCI_USB2_ADDR (CONFIG_SYS_IMMR + 0x02110000) + /* TZ Protection Controller Definitions */ #define TZPC_BASE 0x02200000 #define TZPCR0SIZE_BASE (TZPC_BASE)