aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-r8a73a4.c')
-rw-r--r--drivers/pinctrl/sh-pfc/pfc-r8a73a4.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c b/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c
index 04ecb5e9e18e..05d96ae36fca 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a73a4.c
@@ -1398,20 +1398,6 @@ static struct sh_pfc_pin pinmux_pins[] = {
1398 R8A73A4_PIN_IO_PU_PD(328), R8A73A4_PIN_IO_PU_PD(329), 1398 R8A73A4_PIN_IO_PU_PD(328), R8A73A4_PIN_IO_PU_PD(329),
1399}; 1399};
1400 1400
1401static const struct pinmux_range pinmux_ranges[] = {
1402 {.begin = 0, .end = 30,},
1403 {.begin = 32, .end = 40,},
1404 {.begin = 64, .end = 85,},
1405 {.begin = 96, .end = 126,},
1406 {.begin = 128, .end = 134,},
1407 {.begin = 160, .end = 178,},
1408 {.begin = 192, .end = 222,},
1409 {.begin = 224, .end = 250,},
1410 {.begin = 256, .end = 283,},
1411 {.begin = 288, .end = 308,},
1412 {.begin = 320, .end = 329,},
1413};
1414
1415/* - IRQC ------------------------------------------------------------------- */ 1401/* - IRQC ------------------------------------------------------------------- */
1416#define IRQC_PINS_MUX(pin, irq_mark) \ 1402#define IRQC_PINS_MUX(pin, irq_mark) \
1417static const unsigned int irqc_irq##irq_mark##_pins[] = { \ 1403static const unsigned int irqc_irq##irq_mark##_pins[] = { \
@@ -2756,9 +2742,6 @@ const struct sh_pfc_soc_info r8a73a4_pinmux_info = {
2756 .pins = pinmux_pins, 2742 .pins = pinmux_pins,
2757 .nr_pins = ARRAY_SIZE(pinmux_pins), 2743 .nr_pins = ARRAY_SIZE(pinmux_pins),
2758 2744
2759 .ranges = pinmux_ranges,
2760 .nr_ranges = ARRAY_SIZE(pinmux_ranges),
2761
2762 .groups = pinmux_groups, 2745 .groups = pinmux_groups,
2763 .nr_groups = ARRAY_SIZE(pinmux_groups), 2746 .nr_groups = ARRAY_SIZE(pinmux_groups),
2764 .functions = pinmux_functions, 2747 .functions = pinmux_functions,