diff options
author | Kyle Manna <kyle.manna@fuel7.com> | 2011-10-18 13:47:41 -0500 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2011-12-15 22:44:34 -0700 |
commit | 4bf90f6573d04845917dc0ac38170746f84c533c (patch) | |
tree | e8f976c9adf7b632e37917ee3176eac41d7084ff /arch/arm/plat-omap/include/plat/serial.h | |
parent | 91a36bdb3ada99ebf3a613a0dab2d741445ffd7f (diff) | |
download | talos-obmc-linux-4bf90f6573d04845917dc0ac38170746f84c533c.tar.gz talos-obmc-linux-4bf90f6573d04845917dc0ac38170746f84c533c.zip |
ARM: OMAP: hwmod data: Add support for AM35xx UART4/ttyO3
Add hwmod support to enable access to UART4 of the AM35xx series of
chips. The UART4 device referenced from the TRM will show up as ttyO3.
This was tested on an AM3505.
Signed-off-by: Kyle Manna <kyle.manna@fuel7.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/serial.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/serial.h b/arch/arm/plat-omap/include/plat/serial.h index 1ab9fd6abe6d..865a2ba7ffa8 100644 --- a/arch/arm/plat-omap/include/plat/serial.h +++ b/arch/arm/plat-omap/include/plat/serial.h @@ -44,6 +44,7 @@ #define OMAP3_UART2_BASE OMAP2_UART2_BASE #define OMAP3_UART3_BASE 0x49020000 #define OMAP3_UART4_BASE 0x49042000 /* Only on 36xx */ +#define OMAP3_UART4_AM35XX_BASE 0x4809E000 /* Only on AM35xx */ /* OMAP4 serial ports */ #define OMAP4_UART1_BASE OMAP2_UART1_BASE |