All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] arm: mx6: Add UART8 base address for i.MX6UL
@ 2016-02-10 10:41 Stefan Roese
  2016-02-10 10:41 ` [U-Boot] [PATCH 2/2] arm: mx6: Add CCV xPress board support Stefan Roese
  2016-02-21 10:16 ` [U-Boot] [PATCH 1/2] arm: mx6: Add UART8 base address for i.MX6UL Stefano Babic
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Roese @ 2016-02-10 10:41 UTC (permalink / raw)
  To: u-boot

Add the base address for the i.MX6UL so that this UART can be used.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Ye Li <ye.li@nxp.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 arch/arm/include/asm/arch-mx6/imx-regs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
index 5c45bf6..d0e6bf2 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)
-- 
2.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-21 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 10:41 [U-Boot] [PATCH 1/2] arm: mx6: Add UART8 base address for i.MX6UL Stefan Roese
2016-02-10 10:41 ` [U-Boot] [PATCH 2/2] arm: mx6: Add CCV xPress board support Stefan Roese
2016-02-21 10:19   ` Stefano Babic
2016-02-21 10:16 ` [U-Boot] [PATCH 1/2] arm: mx6: Add UART8 base address for i.MX6UL Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.