Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 160831
b: refs/heads/master
c: 085b54d
h: refs/heads/master
i:
  160829: 07627c4
  160827: 354f20f
  160823: bacb5bb
  160815: d8b5542
  160799: 5c5892b
  160767: 9b0fc5d
v: v3
  • Loading branch information
Syed Rafiuddin authored and Santosh Shilimkar committed Jul 28, 2009
1 parent 6aead60 commit ab1c7e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5b92cc348299c20be215b9f4b50853ecfbf3864
refs/heads/master: 085b54d99b8ee999e7905b8f16e201e0da8ba369
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/board-4430sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
10 changes: 10 additions & 0 deletions trunk/arch/arm/mach-omap2/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ static struct plat_serial8250_port serial_platform_data[] = {
.regshift = 2,
.uartclk = OMAP24XX_BASE_BAUD * 16,
}, {
#ifdef CONFIG_ARCH_OMAP4
.membase = IO_ADDRESS(OMAP_UART4_BASE),
.mapbase = OMAP_UART4_BASE,
.irq = 70,
.flags = UPF_BOOT_AUTOCONF,
.iotype = UPIO_MEM,
.regshift = 2,
.uartclk = OMAP24XX_BASE_BAUD * 16,
}, {
#endif
.flags = 0
}
};
Expand Down

0 comments on commit ab1c7e0

Please sign in to comment.