diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-20 12:37:21 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-20 12:37:21 -0500 |
commit | 216f63c41cac9f9f8f181fc19be399293c8c934e (patch) | |
tree | 32b793de24f008d79403ac504e27e239767c8932 /arch/arm/mach-sa1100/shannon.c | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f (diff) |
Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources."
This reverts commit af9081ae64b941d32239b947882cd59ba855c5db.
This revert is necessary to revert 5dd7bf59e0e8563265b3e5b33276099ef628fcc7.
Diffstat (limited to 'arch/arm/mach-sa1100/shannon.c')
-rw-r--r-- | arch/arm/mach-sa1100/shannon.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-sa1100/shannon.c b/arch/arm/mach-sa1100/shannon.c index 748d34435b3f..3807c9135272 100644 --- a/arch/arm/mach-sa1100/shannon.c +++ b/arch/arm/mach-sa1100/shannon.c | |||
@@ -61,16 +61,6 @@ static struct mcp_plat_data shannon_mcp_data = { | |||
61 | static void __init shannon_init(void) | 61 | static void __init shannon_init(void) |
62 | { | 62 | { |
63 | sa11x0_register_mtd(&shannon_flash_data, &shannon_flash_resource, 1); | 63 | sa11x0_register_mtd(&shannon_flash_data, &shannon_flash_resource, 1); |
64 | |||
65 | /* | ||
66 | * Setup the PPC unit correctly. | ||
67 | */ | ||
68 | PPDR &= ~PPC_RXD4; | ||
69 | PPDR |= PPC_TXD4 | PPC_SCLK | PPC_SFRM; | ||
70 | PSDR |= PPC_RXD4; | ||
71 | PSDR &= ~(PPC_TXD4 | PPC_SCLK | PPC_SFRM); | ||
72 | PPSR &= ~(PPC_TXD4 | PPC_SCLK | PPC_SFRM); | ||
73 | |||
74 | sa11x0_register_mcp(&shannon_mcp_data); | 64 | sa11x0_register_mcp(&shannon_mcp_data); |
75 | } | 65 | } |
76 | 66 | ||