提交 f03e4be6 编写于 作者: L Laurent Pinchart

sh-pfc: sh73a0: Remove USB function GPIOS

All sh73a0 platforms now use the pinctrl API to control the USB pins,
the corresponding function GPIOS are unused. Remove them.
Signed-off-by: NLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: NLinus Walleij <linus.walleij@linaro.org>
上级 0ad6fe53
...@@ -2936,11 +2936,10 @@ static const struct sh_pfc_function pinmux_functions[] = { ...@@ -2936,11 +2936,10 @@ static const struct sh_pfc_function pinmux_functions[] = {
SH_PFC_FUNCTION(usb), SH_PFC_FUNCTION(usb),
}; };
#define PINMUX_FN_BASE GPIO_FN_VBUS_0 #define PINMUX_FN_BASE GPIO_FN_GPI0
static const struct pinmux_func pinmux_func_gpios[] = { static const struct pinmux_func pinmux_func_gpios[] = {
/* Table 25-1 (Functions 0-7) */ /* Table 25-1 (Functions 0-7) */
GPIO_FN(VBUS_0),
GPIO_FN(GPI0), GPIO_FN(GPI0),
GPIO_FN(GPI1), GPIO_FN(GPI1),
GPIO_FN(GPI2), GPIO_FN(GPI2),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册