From: Stefan Roese Date: Wed, 10 Feb 2016 10:41:25 +0000 (+0100) Subject: arm: mx6: Add UART8 base address for i.MX6UL X-Git-Tag: v2016.05-rc2~66^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=51560f0b04fa147f135d160eb655c8ec9e41462c;p=u-boot arm: mx6: Add UART8 base address for i.MX6UL Add the base address for the i.MX6UL so that this UART can be used. Signed-off-by: Stefan Roese Cc: Ye Li Cc: Fabio Estevam Cc: Stefano Babic --- diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index f3c26dc6e6..53488bef55 100644 --- a/arch/arm/include/asm/arch-mx6/imx-regs.h +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h @@ -162,6 +162,7 @@ #endif #define UART1_BASE (ATZ1_BASE_ADDR + 0x20000) #define ESAI1_BASE_ADDR (ATZ1_BASE_ADDR + 0x24000) +#define UART8_BASE (ATZ1_BASE_ADDR + 0x24000) #define SSI1_BASE_ADDR (ATZ1_BASE_ADDR + 0x28000) #define SSI2_BASE_ADDR (ATZ1_BASE_ADDR + 0x2C000) #define SSI3_BASE_ADDR (ATZ1_BASE_ADDR + 0x30000)