diff options
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-r8a7740.c')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c index a189b962a1eb..f4d30246460f 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7740.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7740.c | |||
@@ -1543,7 +1543,7 @@ static const u16 pinmux_data[] = { | |||
1543 | #define R8A7740_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O) | 1543 | #define R8A7740_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O) |
1544 | #define R8A7740_PIN_O_PU_PD(pin) SH_PFC_PIN_CFG(pin, __O | __PUD) | 1544 | #define R8A7740_PIN_O_PU_PD(pin) SH_PFC_PIN_CFG(pin, __O | __PUD) |
1545 | 1545 | ||
1546 | static struct sh_pfc_pin pinmux_pins[] = { | 1546 | static const struct sh_pfc_pin pinmux_pins[] = { |
1547 | /* Table 56-1 (I/O and Pull U/D) */ | 1547 | /* Table 56-1 (I/O and Pull U/D) */ |
1548 | R8A7740_PIN_IO_PD(0), R8A7740_PIN_IO_PD(1), | 1548 | R8A7740_PIN_IO_PD(0), R8A7740_PIN_IO_PD(1), |
1549 | R8A7740_PIN_IO_PD(2), R8A7740_PIN_IO_PD(3), | 1549 | R8A7740_PIN_IO_PD(2), R8A7740_PIN_IO_PD(3), |