summaryrefslogtreecommitdiff
path: root/drivers/sysreset/Makefile
diff options
context:
space:
mode:
authorPaul Barker <[email protected]>2024-02-27 20:40:33 +0000
committerMarek Vasut <[email protected]>2024-02-28 18:42:27 +0100
commit167eb89a211a52c20d47b031a1053a74bbca1942 (patch)
tree65a0f402f426cb243c57d4b5c09df9fcc18e4041 /drivers/sysreset/Makefile
parent0c25eaeba47226afc7e75569149d3a47119a7b08 (diff)
sysreset: Support reset via Renesas RAA215300 PMIC
This patch adds support for resetting a board via the RAA215300 PMIC. Note that the RAA215300 documentation names the available reset types differently to u-boot: * A "warm" reset via the RAA215300 PMIC will fully reset the SoC (CPU & GPIOs), so this corresponds to SYSRESET_COLD. * A "cold" reset via the RAA215300 PMIC will cycle all power supply rails, so this corresponds to SYSRESET_POWER. Signed-off-by: Paul Barker <[email protected]> Reviewed-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers/sysreset/Makefile')
-rw-r--r--drivers/sysreset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sysreset/Makefile b/drivers/sysreset/Makefile
index c9f1c625aeb..e0e732205df 100644
--- a/drivers/sysreset/Makefile
+++ b/drivers/sysreset/Makefile
@@ -27,4 +27,5 @@ obj-$(CONFIG_SYSRESET_WATCHDOG) += sysreset_watchdog.o
obj-$(CONFIG_SYSRESET_RESETCTL) += sysreset_resetctl.o
obj-$(CONFIG_$(SPL_TPL_)SYSRESET_AT91) += sysreset_at91.o
obj-$(CONFIG_$(SPL_TPL_)SYSRESET_X86) += sysreset_x86.o
+obj-$(CONFIG_SYSRESET_RAA215300) += sysreset_raa215300.o
obj-$(CONFIG_TARGET_XTFPGA) += sysreset_xtfpga.o