summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Trimarchi <michael@amarulasolutions.com>2013-11-18 15:06:21 +0100
committerTom Rini <trini@ti.com>2013-12-04 11:41:13 -0500
commitbcec95bdb49985345210eab236647cd8ee3caef1 (patch)
tree490b101bc0e4abdfe5efe8cd872659282b09b118
parent642cdc13f6645b21647e704df55ec85978f62074 (diff)
downloadblackbird-obmc-uboot-bcec95bdb49985345210eab236647cd8ee3caef1.tar.gz
blackbird-obmc-uboot-bcec95bdb49985345210eab236647cd8ee3caef1.zip
arm: omap3: Add uart4 omap3 adddress
This patch add the OMAP34XX_UART4 memory address Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
-rw-r--r--arch/arm/include/asm/arch-omap3/omap3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/omap3.h b/arch/arm/include/asm/arch-omap3/omap3.h
index 7fb549af54..65a5995020 100644
--- a/arch/arm/include/asm/arch-omap3/omap3.h
+++ b/arch/arm/include/asm/arch-omap3/omap3.h
@@ -55,6 +55,7 @@ struct control_prog_io {
#define OMAP34XX_UART1 (OMAP34XX_L4_IO_BASE + 0x6a000)
#define OMAP34XX_UART2 (OMAP34XX_L4_IO_BASE + 0x6c000)
#define OMAP34XX_UART3 (OMAP34XX_L4_PER + 0x20000)
+#define OMAP34XX_UART4 (OMAP34XX_L4_PER + 0x42000)
/* General Purpose Timers */
#define OMAP34XX_GPT1 0x48318000
OpenPOWER on IntegriCloud