diff options
author | Syed Rafiuddin <rafiuddin.syed@ti.com> | 2009-07-28 15:27:22 +0200 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2009-07-28 15:27:22 +0200 |
commit | 085b54d99b8ee999e7905b8f16e201e0da8ba369 (patch) | |
tree | bbdadefe2025c21dbd7db72e2a8884b1c2ab6751 /arch/arm/mach-omap2/board-4430sdp.c | |
parent | ARM: OMAP4: Add McBSP support (diff) | |
download | linux-085b54d99b8ee999e7905b8f16e201e0da8ba369.tar.xz linux-085b54d99b8ee999e7905b8f16e201e0da8ba369.zip |
ARM: OMAP4: Add UART4 support
This patch adds UART4 support on OMAP4430 development platform.
Signed-off-by: Syed Rafiuddin <rafiuddin.syed@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 57e477bd89c6..7e1e721f0324 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c @@ -39,7 +39,7 @@ static struct platform_device *sdp4430_devices[] __initdata = { }; static struct omap_uart_config sdp4430_uart_config __initdata = { - .enabled_uarts = (1 << 0) | (1 << 1) | (1 << 2), + .enabled_uarts = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3), }; static struct omap_lcd_config sdp4430_lcd_config __initdata = { |