pinctrl: sh-pfc: r8a7778: Use new macros for non-GPIO pins
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 16 Jan 2019 11:01:14 +0000 (12:01 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 4 Jun 2019 09:19:06 +0000 (11:19 +0200)
commit8eba07d3d95172f65ffc2eea805ae1f456d11f4f
tree8410dc3805ce295d2928f885d7513c711a0ad687
parent587a9b5dada9baff296182210ffd39bbfef4cb78
pinctrl: sh-pfc: r8a7778: Use new macros for non-GPIO pins

Update the R-Car M1A pin control driver to use the new macros for
describing pins without GPIO functionality.  This replaces the use of
physical pin numbers on the R-Car M1A SoC (in 25x25 FCBGA package) by
symbolic enum values, referring to signal names.

Note that the user-visible names of these pins are still based on pin
numbers instead of signal names, to preserve DT backwards compatibility.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
drivers/pinctrl/sh-pfc/pfc-r8a7778.c