diff options
author | Andrew Victor <andrew@sanpeople.com> | 2006-12-04 03:09:08 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-04 09:37:34 -0500 |
commit | c019d49b69237f195b1a31d90facf738a371841f (patch) | |
tree | e9c88aa3d3e031bd7b63e1144d97c810b8280155 /arch/arm/mach-at91rm9200/board-csb337.c | |
parent | 69c5eccd164200a17b5a24e594b37958d39d2933 (diff) |
[ARM] 3972/1: AT91: Update board.h
Replace the 'is_b' variable with 'slot_b' in at91_mmc_data.
Also add the new 'chipselect' variable for CF/PCMCIA and 'bus_width_16'
variable for NAND.
This (and previous patches) will unfortunately break the current MMC,
USB Gadget and PCMCIA drivers. Updates and fixes for those drivers will
be submitted to the various subsystem maintainers.
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91rm9200/board-csb337.c')
-rw-r--r-- | arch/arm/mach-at91rm9200/board-csb337.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91rm9200/board-csb337.c b/arch/arm/mach-at91rm9200/board-csb337.c index 8eeae491ce71..b8bb8052607a 100644 --- a/arch/arm/mach-at91rm9200/board-csb337.c +++ b/arch/arm/mach-at91rm9200/board-csb337.c | |||
@@ -99,7 +99,7 @@ static struct at91_cf_data __initdata csb337_cf_data = { | |||
99 | 99 | ||
100 | static struct at91_mmc_data __initdata csb337_mmc_data = { | 100 | static struct at91_mmc_data __initdata csb337_mmc_data = { |
101 | .det_pin = AT91_PIN_PD5, | 101 | .det_pin = AT91_PIN_PD5, |
102 | .is_b = 0, | 102 | .slot_b = 0, |
103 | .wire4 = 1, | 103 | .wire4 = 1, |
104 | .wp_pin = AT91_PIN_PD6, | 104 | .wp_pin = AT91_PIN_PD6, |
105 | }; | 105 | }; |