pinctrl: renesas: rzn1: Enable missing PINMUX
authorRalph Siemsen <ralph.siemsen@linaro.org>
Wed, 4 Oct 2023 20:00:08 +0000 (16:00 -0400)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 12 Oct 2023 07:10:40 +0000 (09:10 +0200)
commitf055ff23c331f28aa4ace4b72dc56f63b9a726c8
tree2dcdb9d07cb37e19a6c8df6befae624b5a40345c
parent8be586f78dfd2aebbcd06d855e2d6f23402bbc58
pinctrl: renesas: rzn1: Enable missing PINMUX

Enable pin muxing (eg. programmable function), so that the RZ/N1 GPIO
pins will be configured as specified by the pinmux in the DTS.

This used to be enabled implicitly via CONFIG_GENERIC_PINMUX_FUNCTIONS,
however that was removed, since the RZ/N1 driver does not call any of
the generic pinmux functions.

Fixes: 1308fb4e4eae14e6 ("pinctrl: rzn1: Do not select GENERIC_PIN{CTRL_GROUPS,MUX_FUNCTIONS}")
Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20231004200008.1306798-1-ralph.siemsen@linaro.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/renesas/Kconfig