diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 06:35:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 06:35:41 +0000 |
commit | d132c5f42c208e4ab1bb3be0a7503262ee7e4059 (patch) | |
tree | b645c48446cbc10d239bb8f2fcfbd72c25e89a00 /target/linux/at91/patches-2.6.21/009-fdl-uartinit.patch | |
parent | 06b0688a472009f4371efba1135f4aac19593609 (diff) | |
download | upstream-d132c5f42c208e4ab1bb3be0a7503262ee7e4059.tar.gz upstream-d132c5f42c208e4ab1bb3be0a7503262ee7e4059.tar.bz2 upstream-d132c5f42c208e4ab1bb3be0a7503262ee7e4059.zip |
refresh kernel patches
SVN-Revision: 11195
Diffstat (limited to 'target/linux/at91/patches-2.6.21/009-fdl-uartinit.patch')
-rw-r--r-- | target/linux/at91/patches-2.6.21/009-fdl-uartinit.patch | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/target/linux/at91/patches-2.6.21/009-fdl-uartinit.patch b/target/linux/at91/patches-2.6.21/009-fdl-uartinit.patch index f2491f3496..c604710121 100644 --- a/target/linux/at91/patches-2.6.21/009-fdl-uartinit.patch +++ b/target/linux/at91/patches-2.6.21/009-fdl-uartinit.patch @@ -1,6 +1,8 @@ ---- linux-2.6.21.1.orig/arch/arm/mach-at91/at91rm9200_devices.c 2007-05-28 12:22:29.000000000 +0200 -+++ linux-2.6.21.1/arch/arm/mach-at91/at91rm9200_devices.c 2007-05-28 16:44:36.000000000 +0200 -@@ -618,7 +618,6 @@ +Index: linux-2.6.21.7/arch/arm/mach-at91/at91rm9200_devices.c +=================================================================== +--- linux-2.6.21.7.orig/arch/arm/mach-at91/at91rm9200_devices.c ++++ linux-2.6.21.7/arch/arm/mach-at91/at91rm9200_devices.c +@@ -618,7 +618,6 @@ void __init at91_init_leds(u8 cpu_led, u #if defined(CONFIG_NEW_LEDS) @@ -8,7 +10,7 @@ static struct platform_device at91_leds = { .name = "at91_leds", .id = -1, -@@ -724,6 +723,10 @@ +@@ -724,6 +723,10 @@ static inline void configure_usart0_pins * We need to drive the pin manually. Default is off (RTS is active low). */ at91_set_gpio_output(AT91_PIN_PA21, 1); @@ -19,7 +21,7 @@ } static struct resource uart1_resources[] = { -@@ -835,6 +838,12 @@ +@@ -835,6 +838,12 @@ static inline void configure_usart3_pins { at91_set_B_periph(AT91_PIN_PA5, 1); /* TXD3 */ at91_set_B_periph(AT91_PIN_PA6, 0); /* RXD3 */ |