diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-03-13 13:53:05 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-03-15 08:34:14 -0400 |
commit | f89fa856639398550528bebd307d4d5e1e625348 (patch) | |
tree | b9577f1ea052e8bc19186c856f39659f46d5f85c | |
parent | f03e4be625c652e12bc14e9f975ebcde9119a762 (diff) |
sh-pfc: sh73a0: Remove IrDA function GPIOS
All sh73a0 platforms now use the pinctrl API to control the IrDA pins,
the corresponding function GPIOS are unused. Remove them.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c index 273345ceaeec..cde4387edce1 100644 --- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c +++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c | |||
@@ -2979,7 +2979,6 @@ static const struct pinmux_func pinmux_func_gpios[] = { | |||
2979 | GPIO_FN(XWUP), | 2979 | GPIO_FN(XWUP), |
2980 | GPIO_FN(VACK), | 2980 | GPIO_FN(VACK), |
2981 | GPIO_FN(XTAL1L), | 2981 | GPIO_FN(XTAL1L), |
2982 | GPIO_FN(PORT49_IRDA_OUT), \ | ||
2983 | GPIO_FN(PORT49_IROUT), \ | 2982 | GPIO_FN(PORT49_IROUT), \ |
2984 | GPIO_FN(BBIF2_TSYNC2), \ | 2983 | GPIO_FN(BBIF2_TSYNC2), \ |
2985 | GPIO_FN(TPU2TO2), \ | 2984 | GPIO_FN(TPU2TO2), \ |
@@ -2987,9 +2986,7 @@ static const struct pinmux_func pinmux_func_gpios[] = { | |||
2987 | GPIO_FN(BBIF2_TSCK2), \ | 2986 | GPIO_FN(BBIF2_TSCK2), \ |
2988 | GPIO_FN(TPU2TO3), \ | 2987 | GPIO_FN(TPU2TO3), \ |
2989 | GPIO_FN(BBIF2_TXD2), | 2988 | GPIO_FN(BBIF2_TXD2), |
2990 | GPIO_FN(PORT53_IRDA_IN), \ | ||
2991 | GPIO_FN(TPU3TO3), \ | 2989 | GPIO_FN(TPU3TO3), \ |
2992 | GPIO_FN(PORT54_IRDA_FIRSEL), \ | ||
2993 | GPIO_FN(TPU3TO2), \ | 2990 | GPIO_FN(TPU3TO2), \ |
2994 | GPIO_FN(TPU0TO0), | 2991 | GPIO_FN(TPU0TO0), |
2995 | GPIO_FN(A0), \ | 2992 | GPIO_FN(A0), \ |
@@ -3188,13 +3185,10 @@ static const struct pinmux_func pinmux_func_gpios[] = { | |||
3188 | GPIO_FN(VIO2_FIELD2), \ | 3185 | GPIO_FN(VIO2_FIELD2), \ |
3189 | GPIO_FN(MSIOF1_SS2), \ | 3186 | GPIO_FN(MSIOF1_SS2), \ |
3190 | GPIO_FN(VIO2_HD2), \ | 3187 | GPIO_FN(VIO2_HD2), \ |
3191 | GPIO_FN(PORT241_IRDA_OUT), \ | ||
3192 | GPIO_FN(PORT241_IROUT), \ | 3188 | GPIO_FN(PORT241_IROUT), \ |
3193 | GPIO_FN(MFG4_OUT1), \ | 3189 | GPIO_FN(MFG4_OUT1), \ |
3194 | GPIO_FN(TPU4TO0), | 3190 | GPIO_FN(TPU4TO0), |
3195 | GPIO_FN(PORT242_IRDA_IN), \ | ||
3196 | GPIO_FN(MFG4_IN2), | 3191 | GPIO_FN(MFG4_IN2), |
3197 | GPIO_FN(PORT243_IRDA_FIRSEL), \ | ||
3198 | GPIO_FN(PORT243_VIO_CKO2), | 3192 | GPIO_FN(PORT243_VIO_CKO2), |
3199 | GPIO_FN(MFG2_IN1), \ | 3193 | GPIO_FN(MFG2_IN1), \ |
3200 | GPIO_FN(MSIOF2R_RXD), | 3194 | GPIO_FN(MSIOF2R_RXD), |