diff options
Diffstat (limited to 'drivers/pinctrl/sh-pfc/pfc-sh73a0.c')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c index acf83921d75b..1f4dbe45737a 100644 --- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c +++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c | |||
@@ -1446,13 +1446,6 @@ static struct sh_pfc_pin pinmux_pins[] = { | |||
1446 | SH73A0_PIN_O(309), | 1446 | SH73A0_PIN_O(309), |
1447 | }; | 1447 | }; |
1448 | 1448 | ||
1449 | static const struct pinmux_range pinmux_ranges[] = { | ||
1450 | {.begin = 0, .end = 118,}, | ||
1451 | {.begin = 128, .end = 164,}, | ||
1452 | {.begin = 192, .end = 282,}, | ||
1453 | {.begin = 288, .end = 309,}, | ||
1454 | }; | ||
1455 | |||
1456 | /* Pin numbers for pins without a corresponding GPIO port number are computed | 1449 | /* Pin numbers for pins without a corresponding GPIO port number are computed |
1457 | * from the row and column numbers with a 1000 offset to avoid collisions with | 1450 | * from the row and column numbers with a 1000 offset to avoid collisions with |
1458 | * GPIO port numbers. | 1451 | * GPIO port numbers. |
@@ -3894,8 +3887,6 @@ const struct sh_pfc_soc_info sh73a0_pinmux_info = { | |||
3894 | 3887 | ||
3895 | .pins = pinmux_pins, | 3888 | .pins = pinmux_pins, |
3896 | .nr_pins = ARRAY_SIZE(pinmux_pins), | 3889 | .nr_pins = ARRAY_SIZE(pinmux_pins), |
3897 | .ranges = pinmux_ranges, | ||
3898 | .nr_ranges = ARRAY_SIZE(pinmux_ranges), | ||
3899 | .groups = pinmux_groups, | 3890 | .groups = pinmux_groups, |
3900 | .nr_groups = ARRAY_SIZE(pinmux_groups), | 3891 | .nr_groups = ARRAY_SIZE(pinmux_groups), |
3901 | .functions = pinmux_functions, | 3892 | .functions = pinmux_functions, |