diff options
| author | Laurent Pinchart <[email protected]> | 2013-03-10 03:27:00 +0100 |
|---|---|---|
| committer | Simon Horman <[email protected]> | 2013-04-03 10:30:34 +0900 |
| commit | dc3465a943ed2dd5de37d3d60df5c4e11c49efcb (patch) | |
| tree | 0bf7fb5de9925ae8b69905c77418f991046f71a8 /include/linux/platform_data | |
| parent | 119f5e448d32c11faf22fe81f6f2d78467a47149 (diff) | |
gpio-rcar: Add pinctrl support
Register the GPIO pin range, and request and free GPIO pins using the
pinctrl API.
Signed-off-by: Laurent Pinchart <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/gpio-rcar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/gpio-rcar.h b/include/linux/platform_data/gpio-rcar.h index bebfcd86fb80..b253f77a7ddf 100644 --- a/include/linux/platform_data/gpio-rcar.h +++ b/include/linux/platform_data/gpio-rcar.h @@ -20,6 +20,7 @@ struct gpio_rcar_config { unsigned int gpio_base; unsigned int irq_base; unsigned int number_of_pins; + const char *pctl_name; }; #endif /* __GPIO_RCAR_H__ */ |