diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-02-10 14:50:56 +0100 |
---|---|---|
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | 2009-11-27 21:07:21 +0100 |
commit | 9ca3dc805cd0d89c44f88b9a399061946781323a (patch) | |
tree | f00c3eae8adfb627a4daaae8a02c2883347bdcd8 /arch/arm/mach-sa1100/include/mach/mcp.h | |
parent | cc647172795713e013f8de4bcdf91860e9e87bff (diff) | |
download | talos-op-linux-9ca3dc805cd0d89c44f88b9a399061946781323a.tar.gz talos-op-linux-9ca3dc805cd0d89c44f88b9a399061946781323a.zip |
add gpiolib support to ucb1x00
The old access methods to the gpios will be removed when
all users has been converted. (mainly ucb1x00-ts)
Diffstat (limited to 'arch/arm/mach-sa1100/include/mach/mcp.h')
-rw-r--r-- | arch/arm/mach-sa1100/include/mach/mcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/include/mach/mcp.h b/arch/arm/mach-sa1100/include/mach/mcp.h index fb8b09a57ad7..ed1a331508a7 100644 --- a/arch/arm/mach-sa1100/include/mach/mcp.h +++ b/arch/arm/mach-sa1100/include/mach/mcp.h @@ -16,6 +16,7 @@ struct mcp_plat_data { u32 mccr0; u32 mccr1; unsigned int sclk_rate; + int gpio_base; }; #endif |