aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-01-03 07:07:05 -0500
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-03-15 08:34:13 -0400
commit0b1e75ccc18c34a0f4c37e501aa4cf17a3ae37f7 (patch)
tree877d32e521cbc919352dba2ac68d1c2e0303fbf9
parent85ef3315475fc999730fc24c58343091dd4d1727 (diff)
sh-pfc: sh73a0: Remove FSI function GPIOS
All sh73a0 platforms now use the pinctrl API to control the FSI 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.c36
1 files changed, 0 insertions, 36 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
index 13bd1380316d..1a638f2c7ec2 100644
--- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
+++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
@@ -3340,7 +3340,6 @@ static const struct pinmux_func pinmux_func_gpios[] = {
3340 GPIO_FN(GPO6), \ 3340 GPIO_FN(GPO6), \
3341 GPIO_FN(MFG1_OUT2), 3341 GPIO_FN(MFG1_OUT2),
3342 GPIO_FN(GPO5), \ 3342 GPIO_FN(GPO5), \
3343 GPIO_FN(FSICOSLDT3), \
3344 GPIO_FN(PORT16_VIO_CKOR), 3343 GPIO_FN(PORT16_VIO_CKOR),
3345 GPIO_FN(PORT19_VIO_CKO2), 3344 GPIO_FN(PORT19_VIO_CKO2),
3346 GPIO_FN(GPO0), 3345 GPIO_FN(GPO0),
@@ -3365,55 +3364,20 @@ static const struct pinmux_func pinmux_func_gpios[] = {
3365 GPIO_FN(SIM_D), \ 3364 GPIO_FN(SIM_D), \
3366 GPIO_FN(PORT31_IROUT), 3365 GPIO_FN(PORT31_IROUT),
3367 GPIO_FN(XWUP), 3366 GPIO_FN(XWUP),
3368 GPIO_FN(FSIBOBT), \
3369 GPIO_FN(FSIBIBT),
3370 GPIO_FN(FSIBOLR), \
3371 GPIO_FN(FSIBILR),
3372 GPIO_FN(FSIBOSLD),
3373 GPIO_FN(FSIBISLD),
3374 GPIO_FN(VACK), 3367 GPIO_FN(VACK),
3375 GPIO_FN(XTAL1L), 3368 GPIO_FN(XTAL1L),
3376 GPIO_FN(FSICOSLDT2),
3377 GPIO_FN(FSICOSLDT1),
3378 GPIO_FN(FSICOBT), \
3379 GPIO_FN(FSICIBT), \
3380 GPIO_FN(FSIDOBT), \
3381 GPIO_FN(FSIDIBT),
3382 GPIO_FN(FSICOLR), \
3383 GPIO_FN(FSICILR), \
3384 GPIO_FN(FSIDOLR), \
3385 GPIO_FN(FSIDILR),
3386 GPIO_FN(FSICOSLD), \
3387 GPIO_FN(PORT47_FSICSPDIF),
3388 GPIO_FN(FSICISLD), \
3389 GPIO_FN(FSIDISLD),
3390 GPIO_FN(FSIACK), \
3391 GPIO_FN(PORT49_IRDA_OUT), \ 3369 GPIO_FN(PORT49_IRDA_OUT), \
3392 GPIO_FN(PORT49_IROUT), \ 3370 GPIO_FN(PORT49_IROUT), \
3393 GPIO_FN(FSIAOMC),
3394 GPIO_FN(FSIAOLR), \
3395 GPIO_FN(BBIF2_TSYNC2), \ 3371 GPIO_FN(BBIF2_TSYNC2), \
3396 GPIO_FN(TPU2TO2), \ 3372 GPIO_FN(TPU2TO2), \
3397 GPIO_FN(FSIAILR),
3398 3373
3399 GPIO_FN(FSIAOBT), \
3400 GPIO_FN(BBIF2_TSCK2), \ 3374 GPIO_FN(BBIF2_TSCK2), \
3401 GPIO_FN(TPU2TO3), \ 3375 GPIO_FN(TPU2TO3), \
3402 GPIO_FN(FSIAIBT),
3403 GPIO_FN(FSIAOSLD), \
3404 GPIO_FN(BBIF2_TXD2), 3376 GPIO_FN(BBIF2_TXD2),
3405 GPIO_FN(FSIASPDIF), \
3406 GPIO_FN(PORT53_IRDA_IN), \ 3377 GPIO_FN(PORT53_IRDA_IN), \
3407 GPIO_FN(TPU3TO3), \ 3378 GPIO_FN(TPU3TO3), \
3408 GPIO_FN(FSIBSPDIF), \
3409 GPIO_FN(PORT53_FSICSPDIF),
3410 GPIO_FN(FSIBCK), \
3411 GPIO_FN(PORT54_IRDA_FIRSEL), \ 3379 GPIO_FN(PORT54_IRDA_FIRSEL), \
3412 GPIO_FN(TPU3TO2), \ 3380 GPIO_FN(TPU3TO2), \
3413 GPIO_FN(FSIBOMC), \
3414 GPIO_FN(FSICCK), \
3415 GPIO_FN(FSICOMC),
3416 GPIO_FN(FSIAISLD), \
3417 GPIO_FN(TPU0TO0), 3381 GPIO_FN(TPU0TO0),
3418 GPIO_FN(A0), \ 3382 GPIO_FN(A0), \
3419 GPIO_FN(BS_), 3383 GPIO_FN(BS_),