pinctrl: cy8c95x0: Fix regression
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Tue, 19 Dec 2023 12:51:17 +0000 (13:51 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 20 Dec 2023 12:02:18 +0000 (13:02 +0100)
commit04dfca968cf7349773126340991b68a83378aca2
tree5780e14d7aed3a3431433996ff118559dcbd9a6a
parent47b1fa48116238208c1b1198dba10f56fc1b6eb2
pinctrl: cy8c95x0: Fix regression

Commit 1fa3df901f2c ("pinctrl: cy8c95x0: Remove custom ->set_config()")
removed support for PIN_CONFIG_INPUT_ENABLE and
PIN_CONFIG_OUTPUT.

Add the following options to restore functionality:
- PIN_CONFIG_INPUT_ENABLE
- PIN_CONFIG_OUTPUT_ENABLE

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Link: https://lore.kernel.org/r/20231219125120.4028862-2-patrick.rudolph@9elements.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-cy8c95x0.c