mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
pinctrl: renesas: rzn1: Enable missing PINMUX
[ Upstream commitf055ff23c3] 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:1308fb4e4e("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f05befe5c4
commit
684accd26d
@@ -240,6 +240,7 @@ config PINCTRL_RZN1
|
|||||||
depends on OF
|
depends on OF
|
||||||
depends on ARCH_RZN1 || COMPILE_TEST
|
depends on ARCH_RZN1 || COMPILE_TEST
|
||||||
select GENERIC_PINCONF
|
select GENERIC_PINCONF
|
||||||
|
select PINMUX
|
||||||
help
|
help
|
||||||
This selects pinctrl driver for Renesas RZ/N1 devices.
|
This selects pinctrl driver for Renesas RZ/N1 devices.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user