diff options
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c b/arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c index c24a7779405e..60df99c7bc26 100644 --- a/arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c +++ b/arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c @@ -825,7 +825,7 @@ static struct pinmux_info sh7786_pinmux_info = { .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END }, .first_gpio = GPIO_PA7, - .last_gpio = GPIO_FN_FSE, + .last_gpio = GPIO_FN_IRL4, .gpios = pinmux_gpios, .cfg_regs = pinmux_config_regs, |