aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-03-13 13:53:05 -0400
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-03-15 08:34:14 -0400
commitf03e4be625c652e12bc14e9f975ebcde9119a762 (patch)
tree0a385dc54a83e37380bf67bd917c6ceb9217a923 /drivers/pinctrl
parent0ad6fe53678abf33b6d3d882688d0b82591cbc54 (diff)
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: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/sh-pfc/pfc-sh73a0.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
index 7b010b6ce44e..273345ceaeec 100644
--- a/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
+++ b/drivers/pinctrl/sh-pfc/pfc-sh73a0.c
@@ -2936,11 +2936,10 @@ static const struct sh_pfc_function pinmux_functions[] = {
2936 SH_PFC_FUNCTION(usb), 2936 SH_PFC_FUNCTION(usb),
2937}; 2937};
2938 2938
2939#define PINMUX_FN_BASE GPIO_FN_VBUS_0 2939#define PINMUX_FN_BASE GPIO_FN_GPI0
2940 2940
2941static const struct pinmux_func pinmux_func_gpios[] = { 2941static const struct pinmux_func pinmux_func_gpios[] = {
2942 /* Table 25-1 (Functions 0-7) */ 2942 /* Table 25-1 (Functions 0-7) */
2943 GPIO_FN(VBUS_0),
2944 GPIO_FN(GPI0), 2943 GPIO_FN(GPI0),
2945 GPIO_FN(GPI1), 2944 GPIO_FN(GPI1),
2946 GPIO_FN(GPI2), 2945 GPIO_FN(GPI2),