diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-02-10 08:12:02 -0500 |
---|---|---|
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | 2009-11-27 15:07:22 -0500 |
commit | f7177c8452618df34ecdcd7b6f2cb941aec0ffc3 (patch) | |
tree | 1ed6d6e1b0dca17ffed05b37d1a9f419f7166bc0 /arch/arm/mach-sa1100/collie.c | |
parent | 9ca3dc805cd0d89c44f88b9a399061946781323a (diff) |
collie: convert to gpiolib for ucb1x00
Only the parts used for collie_battery are converted.
The rest will be cleaned up later.
Diffstat (limited to 'arch/arm/mach-sa1100/collie.c')
-rw-r--r-- | arch/arm/mach-sa1100/collie.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/collie.c b/arch/arm/mach-sa1100/collie.c index 9f5029cb2703..395cf09b28b4 100644 --- a/arch/arm/mach-sa1100/collie.c +++ b/arch/arm/mach-sa1100/collie.c | |||
@@ -86,6 +86,7 @@ static struct scoop_pcmcia_config collie_pcmcia_config = { | |||
86 | static struct mcp_plat_data collie_mcp_data = { | 86 | static struct mcp_plat_data collie_mcp_data = { |
87 | .mccr0 = MCCR0_ADM | MCCR0_ExtClk, | 87 | .mccr0 = MCCR0_ADM | MCCR0_ExtClk, |
88 | .sclk_rate = 9216000, | 88 | .sclk_rate = 9216000, |
89 | .gpio_base = COLLIE_TC35143_GPIO_BASE, | ||
89 | }; | 90 | }; |
90 | 91 | ||
91 | #ifdef CONFIG_SHARP_LOCOMO | 92 | #ifdef CONFIG_SHARP_LOCOMO |