diff options
Diffstat (limited to 'include/linux/platform_data/pinctrl-coh901.h')
| -rw-r--r-- | include/linux/platform_data/pinctrl-coh901.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/linux/platform_data/pinctrl-coh901.h b/include/linux/platform_data/pinctrl-coh901.h new file mode 100644 index 00000000..dfbc65d1 --- /dev/null +++ b/include/linux/platform_data/pinctrl-coh901.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2007-2012 ST-Ericsson AB + * License terms: GNU General Public License (GPL) version 2 + * GPIO block resgister definitions and inline macros for + * U300 GPIO COH 901 335 or COH 901 571/3 + * Author: Linus Walleij <linus.walleij@stericsson.com> + */ + +#ifndef __MACH_U300_GPIO_U300_H +#define __MACH_U300_GPIO_U300_H + +/** + * struct u300_gpio_platform - U300 GPIO platform data + * @ports: number of GPIO block ports + * @gpio_base: first GPIO number for this block (use a free range) + */ +struct u300_gpio_platform { + u8 ports; + int gpio_base; +}; + +#endif /* __MACH_U300_GPIO_U300_H */ |
