diff options
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-r8a7791.c')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7791.c b/drivers/pinctrl/sh-pfc/pfc-r8a7791.c index ea02d37bab7c..d73a5f312777 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7791.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7791.c | |||
@@ -1674,7 +1674,7 @@ static const u16 pinmux_data[] = { | |||
1674 | PINMUX_IPSR_MODSEL_DATA(IP16_11_10, CAN1_RX_B, SEL_CAN1_1), | 1674 | PINMUX_IPSR_MODSEL_DATA(IP16_11_10, CAN1_RX_B, SEL_CAN1_1), |
1675 | }; | 1675 | }; |
1676 | 1676 | ||
1677 | static struct sh_pfc_pin pinmux_pins[] = { | 1677 | static const struct sh_pfc_pin pinmux_pins[] = { |
1678 | PINMUX_GPIO_GP_ALL(), | 1678 | PINMUX_GPIO_GP_ALL(), |
1679 | }; | 1679 | }; |
1680 | 1680 | ||
@@ -3056,7 +3056,7 @@ static const struct sh_pfc_function pinmux_functions[] = { | |||
3056 | SH_PFC_FUNCTION(usb1), | 3056 | SH_PFC_FUNCTION(usb1), |
3057 | }; | 3057 | }; |
3058 | 3058 | ||
3059 | static struct pinmux_cfg_reg pinmux_config_regs[] = { | 3059 | static const struct pinmux_cfg_reg pinmux_config_regs[] = { |
3060 | { PINMUX_CFG_REG("GPSR0", 0xE6060004, 32, 1) { | 3060 | { PINMUX_CFG_REG("GPSR0", 0xE6060004, 32, 1) { |
3061 | GP_0_31_FN, FN_IP1_22_20, | 3061 | GP_0_31_FN, FN_IP1_22_20, |
3062 | GP_0_30_FN, FN_IP1_19_17, | 3062 | GP_0_30_FN, FN_IP1_19_17, |