diff options
Diffstat (limited to 'drivers/pinctrl/nxp/pinctrl-vf610.c')
-rw-r--r-- | drivers/pinctrl/nxp/pinctrl-vf610.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/nxp/pinctrl-vf610.c b/drivers/pinctrl/nxp/pinctrl-vf610.c index 44193ec5021..cbff8dcefd8 100644 --- a/drivers/pinctrl/nxp/pinctrl-vf610.c +++ b/drivers/pinctrl/nxp/pinctrl-vf610.c @@ -20,7 +20,7 @@ static const struct udevice_id vf610_pinctrl_match[] = { }; static const struct pinctrl_ops vf610_pinctrl_ops = { - .set_state = imx_pinctrl_set_state, + .set_state = imx_pinctrl_set_state_mmio, }; U_BOOT_DRIVER(vf610_pinctrl) = { |