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>
This commit is contained in:

committed by
Linus Walleij

parent
82039d244f
commit
d795cb51df
@@ -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 {
|
||||
|
Reference in New Issue
Block a user