From: Biju Das Date: Fri, 13 Oct 2017 14:49:15 +0000 (+0100) Subject: pinctrl: sh-pfc: r8a7745: Implement voltage switching for SDHI X-Git-Tag: v4.15-rc1~85^2~19^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df73da6317322e731edc53a95f28af7aab7bee00;p=thirdparty%2Flinux.git pinctrl: sh-pfc: r8a7745: Implement voltage switching for SDHI Voltage switching is the same as on the r8a7794. Signed-off-by: Biju Das Signed-off-by: Geert Uytterhoeven --- diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7794.c b/drivers/pinctrl/sh-pfc/pfc-r8a7794.c index a0ed220071f5f..333a3470e8421 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7794.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7794.c @@ -5097,6 +5097,7 @@ static const struct sh_pfc_soc_operations r8a7794_pinmux_ops = { #ifdef CONFIG_PINCTRL_PFC_R8A7745 const struct sh_pfc_soc_info r8a7745_pinmux_info = { .name = "r8a77450_pfc", + .ops = &r8a7794_pinmux_ops, .unlock_reg = 0xe6060000, /* PMMR */ .function = { PINMUX_FUNCTION_BEGIN, PINMUX_FUNCTION_END },