Message ID | 20230721210042.21535-4-duje.mihanovic@skole.hr |
---|---|
State | New |
Headers | show |
Series | None | expand |
diff --git a/drivers/gpio/gpio-pxa.c b/drivers/gpio/gpio-pxa.c index 076ee6dff4d5..b48d142b736d 100644 --- a/drivers/gpio/gpio-pxa.c +++ b/drivers/gpio/gpio-pxa.c @@ -238,6 +238,7 @@ static bool pxa_gpio_has_pinctrl(void) switch (gpio_type) { case PXA3XX_GPIO: case MMP2_GPIO: + case MMP_GPIO: return false; default:
Fixes the incorrect assumption that mmp-gpio needs a pinctrl handle, causing devices consuming GPIO to be indefinitely deferred. Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> --- drivers/gpio/gpio-pxa.c | 1 + 1 file changed, 1 insertion(+)