mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
e1114715f4
commit
cb1f8abc79
|
@ -2690,22 +2690,20 @@ static const struct pinmux_func pinmux_func_gpios[] = {
|
|||
GPIO_FN(SSI_WS78_B), GPIO_FN(A25),
|
||||
GPIO_FN(FD5), GPIO_FN(VI1_R3),
|
||||
GPIO_FN(SSI_SDATA7_B), GPIO_FN(CLKOUT),
|
||||
GPIO_FN(PWM0_B), GPIO_FN(CS0),
|
||||
GPIO_FN(CS1_A26),
|
||||
GPIO_FN(PWM0_B),
|
||||
GPIO_FN(SDSELF_B), GPIO_FN(RD_WR), GPIO_FN(FWE), GPIO_FN(ATAG0),
|
||||
GPIO_FN(VI1_R7), GPIO_FN(HRTS1),
|
||||
|
||||
/* IPSR1 */
|
||||
GPIO_FN(EX_CS0),
|
||||
GPIO_FN(FD6), GPIO_FN(EX_CS1), GPIO_FN(FD7),
|
||||
GPIO_FN(EX_CS2), GPIO_FN(FALE),
|
||||
GPIO_FN(ATACS00), GPIO_FN(EX_CS3),
|
||||
GPIO_FN(FD6), GPIO_FN(FD7),
|
||||
GPIO_FN(FALE),
|
||||
GPIO_FN(ATACS00),
|
||||
GPIO_FN(FRE), GPIO_FN(ATACS10), GPIO_FN(VI1_R4),
|
||||
GPIO_FN(HSCK1), GPIO_FN(SSI_SDATA8_B),
|
||||
GPIO_FN(SSI_SDATA9), GPIO_FN(EX_CS4),
|
||||
GPIO_FN(SSI_SDATA9),
|
||||
GPIO_FN(FD0), GPIO_FN(ATARD0), GPIO_FN(VI1_R5),
|
||||
GPIO_FN(HTX1),
|
||||
GPIO_FN(SSI_SCK9), GPIO_FN(EX_CS5),
|
||||
GPIO_FN(SSI_SCK9),
|
||||
GPIO_FN(FD1), GPIO_FN(ATAWR0), GPIO_FN(VI1_R6),
|
||||
GPIO_FN(HRX1), GPIO_FN(SSI_WS9),
|
||||
GPIO_FN(MLB_CLK), GPIO_FN(PWM2), GPIO_FN(MLB_SIG),
|
||||
|
|
Loading…
Reference in New Issue