diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-05-15 11:24:27 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-05-23 09:47:03 +0200 |
commit | d795cb51dfee2a859b5585101a4e3ce5bc9bff75 (patch) | |
tree | 5c858a5ac94cfa91e90ef9a4e9a9bb99bdde26f8 /include/linux/spi | |
parent | 82039d244f87b6c47e880b398414da55d4f48e06 (diff) | |
download | linux-stable-d795cb51dfee2a859b5585101a4e3ce5bc9bff75.tar.gz linux-stable-d795cb51dfee2a859b5585101a4e3ce5bc9bff75.tar.bz2 linux-stable-d795cb51dfee2a859b5585101a4e3ce5bc9bff75.zip |
pinctrl: mcp23s08: drop pullup config from pdata
mcp23s08 support configuration of the pullups using the
pinconf framework. This removes the custom pullup configuration
from platform data, which has no upstream users.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/spi')
-rw-r--r-- | include/linux/spi/mcp23s08.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/spi/mcp23s08.h b/include/linux/spi/mcp23s08.h index aa07d7b32568..080ecc6bb270 100644 --- a/include/linux/spi/mcp23s08.h +++ b/include/linux/spi/mcp23s08.h @@ -3,7 +3,6 @@ struct mcp23s08_chip_info { bool is_present; /* true if populated */ - unsigned pullups; /* BIT(x) means enable pullup x */ }; struct mcp23s08_platform_data { |