Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187686
b: refs/heads/master
c: 03843a1
h: refs/heads/master
v: v3
  • Loading branch information
Kukjin Kim authored and Ben Dooks committed Feb 24, 2010
1 parent 22bd501 commit 5b69d1b
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 7f7035f21c10d83994e045a98c0906781dba02d3
refs/heads/master: 03843a1294073c19783b43f60f3a455dd0672685
2 changes: 2 additions & 0 deletions trunk/arch/arm/plat-s5p/dev-uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ static struct resource s5p_uart2_resource[] = {
};

static struct resource s5p_uart3_resource[] = {
#if CONFIG_SERIAL_SAMSUNG_UARTS > 3
[0] = {
.start = S5P_PA_UART3,
.end = S5P_PA_UART3 + S5P_SZ_UART,
Expand All @@ -115,6 +116,7 @@ static struct resource s5p_uart3_resource[] = {
.end = IRQ_S5P_UART_ERR3,
.flags = IORESOURCE_IRQ,
},
#endif
};

struct s3c24xx_uart_resources s5p_uart_resources[] __initdata = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ config SERIAL_S5PC100

config SERIAL_S5PV210
tristate "Samsung S5PV210 Serial port support"
depends on SERIAL_SAMSUNG && CPU_S5PV210
depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_S5P6442)
select SERIAL_SAMSUNG_UARTS_4
default y
help
Expand Down

0 comments on commit 5b69d1b

Please sign in to comment.