diff options
author | Fabrizio Castro <fabrizio.castro.jz@renesas.com> | 2023-01-06 12:58:16 +0000 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-01-23 09:28:28 +0100 |
commit | 0c56f949f626e59ef7c5b18e2706fed2a6afc4a2 (patch) | |
tree | e2fcdd738c36dfe3b8ead4f20020178fd7aca510 /drivers/soc/renesas/Kconfig | |
parent | 499e364cd2508c2115ac251f42bb47c9548cf358 (diff) |
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>
Diffstat (limited to 'drivers/soc/renesas/Kconfig')
-rw-r--r-- | drivers/soc/renesas/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 660498252ec5..4e8b51ba2266 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -330,6 +330,7 @@ config ARCH_R9A09G011 bool "ARM64 Platform support for RZ/V2M" select PM select PM_GENERIC_DOMAINS + select PWC_RZV2M help This enables support for the Renesas RZ/V2M SoC. @@ -345,6 +346,9 @@ config ARCH_R9A07G043 endif # RISCV +config PWC_RZV2M + bool "Renesas RZ/V2M PWC support" if COMPILE_TEST + config RST_RCAR bool "Reset Controller support for R-Car" if COMPILE_TEST |