diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-02-10 14:12:02 +0100 |
---|---|---|
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | 2009-11-27 21:07:22 +0100 |
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 9f5029cb270..395cf09b28b 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 = { static struct mcp_plat_data collie_mcp_data = { .mccr0 = MCCR0_ADM | MCCR0_ExtClk, .sclk_rate = 9216000, + .gpio_base = COLLIE_TC35143_GPIO_BASE, }; #ifdef CONFIG_SHARP_LOCOMO |