pinctrl: sh-pfc: r8a7790: Use new macros for non-GPIO pins
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 16 Jan 2019 10:03:00 +0000 (11:03 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 4 Jun 2019 09:19:08 +0000 (11:19 +0200)
commit2404187c84201ebc2a4eeb2075c4b4ee8e496851
treef14a2447919baa7a3a467d72eacfeb9113cc8c6a
parent8eba07d3d95172f65ffc2eea805ae1f456d11f4f
pinctrl: sh-pfc: r8a7790: Use new macros for non-GPIO pins

Update the R-Car H2 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 H2 SoC (in 31x31 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-r8a7790.c