]> git.dujemihanovic.xyz Git - u-boot.git/commit
sysreset: add Qualcomm PSHOLD reset driver
authorRobert Marko <robert.marko@sartura.hr>
Tue, 14 May 2024 10:15:02 +0000 (12:15 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 5 Jul 2024 10:04:46 +0000 (12:04 +0200)
commit86cc0122072a771163e0dfe0cc957714674bcc27
tree2bc9c0f62a21a520de1073bc3987ee8f084cacf4
parent9b3a9f896e66f1feacd7e4f1d7d4654f9ec25420
sysreset: add Qualcomm PSHOLD reset driver

Number of Qualcomm ARMv7 SoC-s did not use PSCI but rather used PSHOLD
(Qualcomm Power Supply Hold Reset) bit to trigger reset or poweroff.

Qualcomm IPQ40XX is one of them, so provide a simple sysreset driver based
on the upstream Linux one, it is DT compatible as well.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/sysreset/Kconfig
drivers/sysreset/Makefile
drivers/sysreset/sysreset_qcom-pshold.c [new file with mode: 0644]