diff options
-rw-r--r-- | arch/arm/mach-sa1100/assabet.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/assabet.c b/arch/arm/mach-sa1100/assabet.c index e838ba27e443..c9808c684152 100644 --- a/arch/arm/mach-sa1100/assabet.c +++ b/arch/arm/mach-sa1100/assabet.c | |||
@@ -512,6 +512,9 @@ static void __init assabet_map_io(void) | |||
512 | * Its called GPCLKR0 in my SA1110 manual. | 512 | * Its called GPCLKR0 in my SA1110 manual. |
513 | */ | 513 | */ |
514 | Ser1SDCR0 |= SDCR0_SUS; | 514 | Ser1SDCR0 |= SDCR0_SUS; |
515 | MSC1 = (MSC1 & ~0xffff) | | ||
516 | MSC_NonBrst | MSC_32BitStMem | | ||
517 | MSC_RdAcc(2) | MSC_WrAcc(2) | MSC_Rec(0); | ||
515 | 518 | ||
516 | if (!machine_has_neponset()) | 519 | if (!machine_has_neponset()) |
517 | sa1100_register_uart_fns(&assabet_port_fns); | 520 | sa1100_register_uart_fns(&assabet_port_fns); |