patch-2.4.19 linux-2.4.19/arch/arm/mach-sa1100/lart.c
Next file: linux-2.4.19/arch/arm/mach-sa1100/leds-assabet.c
Previous file: linux-2.4.19/arch/arm/mach-sa1100/jornada720.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Aug 2 17:39:42 2002
- Orig file:
linux-2.4.18/arch/arm/mach-sa1100/lart.c
- Orig date:
Sun Aug 12 17:36:24 2001
diff -urN linux-2.4.18/arch/arm/mach-sa1100/lart.c linux-2.4.19/arch/arm/mach-sa1100/lart.c
@@ -18,8 +18,8 @@
static struct map_desc lart_io_desc[] __initdata = {
/* virtual physical length domain r w c b */
- { 0xe8000000, 0x00000000, 0x00400000, DOMAIN_IO, 1, 1, 0, 0 }, /* main flash memory */
- { 0xec000000, 0x08000000, 0x00400000, DOMAIN_IO, 1, 1, 0, 0 }, /* main flash, alternative location */
+ { 0xe8000000, 0x00000000, 0x00400000, DOMAIN_IO, 0, 1, 0, 0 }, /* main flash memory */
+ { 0xec000000, 0x08000000, 0x00400000, DOMAIN_IO, 0, 1, 0, 0 }, /* main flash, alternative location */
LAST_DESC
};
@@ -31,6 +31,7 @@
sa1100_register_uart(0, 3);
sa1100_register_uart(1, 1);
sa1100_register_uart(2, 2);
+
GAFR |= (GPIO_UART_TXD | GPIO_UART_RXD);
GPDR |= GPIO_UART_TXD;
GPDR &= ~GPIO_UART_RXD;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)