ARM: OMAP4: Add UART4 support
This patch adds UART4 support on OMAP4430 development platform. Signed-off-by: Syed Rafiuddin <rafiuddin.syed@ti.com>
This commit is contained in:

committed by
Santosh Shilimkar

parent
a5b92cc348
commit
085b54d99b
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user