* [PATCH] pinctrl: wpcm450: select MFD_SYSCON
@ 2023-04-12 18:50 Jonathan Neuschäfer
2023-04-21 8:22 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2023-04-12 18:50 UTC (permalink / raw)
To: linux-gpio; +Cc: openbmc, Jonathan Neuschäfer, Linus Walleij, linux-kernel
The pinctrl-wpcm450 driver relies on MFD_SYSCON functionality in order
to find some of its MMIO registers. Select MFD_SYSCON from
PINCTRL_WPCM450 to ensure that it's enabled.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
drivers/pinctrl/nuvoton/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/nuvoton/Kconfig b/drivers/pinctrl/nuvoton/Kconfig
index 852b0d0eb08e0..8fe61b3481818 100644
--- a/drivers/pinctrl/nuvoton/Kconfig
+++ b/drivers/pinctrl/nuvoton/Kconfig
@@ -11,6 +11,7 @@ config PINCTRL_WPCM450
select GPIOLIB
select GPIO_GENERIC
select GPIOLIB_IRQCHIP
+ select MFD_SYSCON
help
Say Y or M here to enable pin controller and GPIO support for
the Nuvoton WPCM450 SoC. This is strongly recommended when
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] pinctrl: wpcm450: select MFD_SYSCON
2023-04-12 18:50 [PATCH] pinctrl: wpcm450: select MFD_SYSCON Jonathan Neuschäfer
@ 2023-04-21 8:22 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2023-04-21 8:22 UTC (permalink / raw)
To: Jonathan Neuschäfer; +Cc: linux-gpio, openbmc, linux-kernel
On Wed, Apr 12, 2023 at 8:50 PM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:
> The pinctrl-wpcm450 driver relies on MFD_SYSCON functionality in order
> to find some of its MMIO registers. Select MFD_SYSCON from
> PINCTRL_WPCM450 to ensure that it's enabled.
>
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Patch applied!
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-21 8:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-12 18:50 [PATCH] pinctrl: wpcm450: select MFD_SYSCON Jonathan Neuschäfer
2023-04-21 8:22 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).