OSDN Git Service

pinctrl: renesas: Add RZ/V2M pin and gpio controller driver
authorPhil Edworthy <phil.edworthy@renesas.com>
Fri, 24 Jun 2022 08:48:33 +0000 (09:48 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 5 Jul 2022 07:12:36 +0000 (09:12 +0200)
commit92a9b825257614af19cfb538d1adedbe83408b9a
treebacfa0964ecb9654ebc3723b132e62f251d523c0
parent34e3b69b1edc966f0f4dcdd880afba3a2dad8c09
pinctrl: renesas: Add RZ/V2M pin and gpio controller driver

Add support for pin and gpio controller driver for RZ/V2M SoC.
Based on the RZ/G2L driver.

Note that the DETDO and DETMS dedicated pins are currently not
documented in the HW manual as to which pin group they are in.
HW team has since said that the output level of 1.8V I/O group 4
(for MD0-7, and debugger) is the same as the 1.8V I/O group 3.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20220624084833.22605-3-phil.edworthy@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/pinctrl/renesas/Kconfig
drivers/pinctrl/renesas/Makefile
drivers/pinctrl/renesas/pinctrl-rzv2m.c [new file with mode: 0644]