sh-pfc: sh7722: Remove unused input_pd and input_pu ranges
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 14 Jul 2013 17:56:02 +0000 (19:56 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 29 Jul 2013 13:17:33 +0000 (15:17 +0200)
commit48b888b17fb1387b264b24083206db73fbad8fdd
tree5b3bf0975eb2740bb39f10b61a8e1baf3af20930
parent7f975b3f1e2b1416d02863fb10e0f69f3d668c77
sh-pfc: sh7722: Remove unused input_pd and input_pu ranges

The PFC SH7722 SoC data contains input_pd and input_pu ranges used to
configure pull-down and pull-up resistors using the legacy non-pinconf
API. That API has been removed from the driver, the ranges are thus not
used anymore. Remove them.

If required, configuring pull-down and pull-up resistors for the SH7722
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-sh7722.c