soc: renesas: Add PWC support for RZ/V2M
authorFabrizio Castro <fabrizio.castro.jz@renesas.com>
Fri, 6 Jan 2023 12:58:16 +0000 (12:58 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 23 Jan 2023 08:28:28 +0000 (09:28 +0100)
commit0c56f949f626e59ef7c5b18e2706fed2a6afc4a2
treee2fcdd738c36dfe3b8ead4f20020178fd7aca510
parent499e364cd2508c2115ac251f42bb47c9548cf358
soc: renesas: Add PWC support for RZ/V2M

The Renesas RZ/V2M External Power Sequence Controller (PWC)
IP is capable of:
* external power supply on/off sequence generation
* on/off signal generation for the LPDDR4 core power supply (LPVDD)
* key input signals processing
* general-purpose output pins

Add the corresponding device driver.

Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230106125816.10600-3-fabrizio.castro.jz@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/soc/renesas/Kconfig
drivers/soc/renesas/Makefile
drivers/soc/renesas/pwc-rzv2m.c [new file with mode: 0644]