OSDN Git Service

sh-pfc: sh7786: 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:36 +0000 (15:17 +0200)
commit082ab8ff33f250c519b364224263b44a86c71c2d
treea5746f32f77fa6d99917d74c3b5ae3097cba7ba6
parent2afb9681265c1f63e9ee7a1bfdd0f118bce68e3f
sh-pfc: sh7786: Remove unused input_pu range

The PFC SH7786 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 SH7786 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-sh7786.c