sh-pfc: sh7724: Remove unused input_pu range
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 15 Jul 2013 23:54:13 +0000 (01:54 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 29 Jul 2013 13:17:34 +0000 (15:17 +0200)
commitc5361517bbd494d1c268ac06d022f8da08da89b4
treedd8eea51bc312fd38d989a9bb9e455a4659c9efb
parent52331350b47daf0d7718cb9ee983f9e4b0318758
sh-pfc: sh7724: Remove unused input_pu range

The PFC SH7724 SoC data contains a input_pu range used to configure
pull-up resistors using the legacy non-pinconf API. That API has been
removed from the driver, the range is thus not used anymore. Remove it.

If required, configuring pull-up resistors for the SH7724 can be
implemented using the pinconf API, as done for the SH-Mobile, R-Mobile
and R-Car platforms.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/pinctrl/sh-pfc/pfc-sh7724.c