diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-03-07 07:58:48 -0500 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-03-15 08:34:16 -0400 |
commit | cb1f8abc79e16edf776627ae7f1c0e76762cc7fd (patch) | |
tree | 82016df987ae96659bb016ba567512409dca9021 | |
parent | e1114715f4dc2c6f75a9d6e25ebc519faa4437fb (diff) |
sh-pfc: r8a7779: Remove LBSC function GPIOS
All r8a7779 platforms now use the pinctrl API to control the LBSC 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-r8a7779.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7779.c b/drivers/pinctrl/sh-pfc/pfc-r8a7779.c index 6f8cc53c07d5..5d6549953b4b 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7779.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7779.c | |||
@@ -2690,22 +2690,20 @@ static const struct pinmux_func pinmux_func_gpios[] = { | |||
2690 | GPIO_FN(SSI_WS78_B), GPIO_FN(A25), | 2690 | GPIO_FN(SSI_WS78_B), GPIO_FN(A25), |
2691 | GPIO_FN(FD5), GPIO_FN(VI1_R3), | 2691 | GPIO_FN(FD5), GPIO_FN(VI1_R3), |
2692 | GPIO_FN(SSI_SDATA7_B), GPIO_FN(CLKOUT), | 2692 | GPIO_FN(SSI_SDATA7_B), GPIO_FN(CLKOUT), |
2693 | GPIO_FN(PWM0_B), GPIO_FN(CS0), | 2693 | GPIO_FN(PWM0_B), |
2694 | GPIO_FN(CS1_A26), | ||
2695 | GPIO_FN(SDSELF_B), GPIO_FN(RD_WR), GPIO_FN(FWE), GPIO_FN(ATAG0), | 2694 | GPIO_FN(SDSELF_B), GPIO_FN(RD_WR), GPIO_FN(FWE), GPIO_FN(ATAG0), |
2696 | GPIO_FN(VI1_R7), GPIO_FN(HRTS1), | 2695 | GPIO_FN(VI1_R7), GPIO_FN(HRTS1), |
2697 | 2696 | ||
2698 | /* IPSR1 */ | 2697 | /* IPSR1 */ |
2699 | GPIO_FN(EX_CS0), | 2698 | GPIO_FN(FD6), GPIO_FN(FD7), |
2700 | GPIO_FN(FD6), GPIO_FN(EX_CS1), GPIO_FN(FD7), | 2699 | GPIO_FN(FALE), |
2701 | GPIO_FN(EX_CS2), GPIO_FN(FALE), | 2700 | GPIO_FN(ATACS00), |
2702 | GPIO_FN(ATACS00), GPIO_FN(EX_CS3), | ||
2703 | GPIO_FN(FRE), GPIO_FN(ATACS10), GPIO_FN(VI1_R4), | 2701 | GPIO_FN(FRE), GPIO_FN(ATACS10), GPIO_FN(VI1_R4), |
2704 | GPIO_FN(HSCK1), GPIO_FN(SSI_SDATA8_B), | 2702 | GPIO_FN(HSCK1), GPIO_FN(SSI_SDATA8_B), |
2705 | GPIO_FN(SSI_SDATA9), GPIO_FN(EX_CS4), | 2703 | GPIO_FN(SSI_SDATA9), |
2706 | GPIO_FN(FD0), GPIO_FN(ATARD0), GPIO_FN(VI1_R5), | 2704 | GPIO_FN(FD0), GPIO_FN(ATARD0), GPIO_FN(VI1_R5), |
2707 | GPIO_FN(HTX1), | 2705 | GPIO_FN(HTX1), |
2708 | GPIO_FN(SSI_SCK9), GPIO_FN(EX_CS5), | 2706 | GPIO_FN(SSI_SCK9), |
2709 | GPIO_FN(FD1), GPIO_FN(ATAWR0), GPIO_FN(VI1_R6), | 2707 | GPIO_FN(FD1), GPIO_FN(ATAWR0), GPIO_FN(VI1_R6), |
2710 | GPIO_FN(HRX1), GPIO_FN(SSI_WS9), | 2708 | GPIO_FN(HRX1), GPIO_FN(SSI_WS9), |
2711 | GPIO_FN(MLB_CLK), GPIO_FN(PWM2), GPIO_FN(MLB_SIG), | 2709 | GPIO_FN(MLB_CLK), GPIO_FN(PWM2), GPIO_FN(MLB_SIG), |