git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61a1a1b
)
sysreset: qcom-pshold: remove ARCH_IPQ40XX dependency
author
Sam Day
<me@samcday.com>
Sat, 25 Jan 2025 19:59:20 +0000
(19:59 +0000)
committer
Caleb Connolly
<caleb.connolly@linaro.org>
Mon, 17 Mar 2025 13:38:19 +0000
(13:38 +0000)
Depending on ARCH_IPQ40XX is too restrictive, as this architecture is
explicitly armv7. This driver is also used on msm8916 devices, which
have cortex-a53 armv8 cores.
Signed-off-by: Sam Day <me@samcday.com>
Link:
https://lore.kernel.org/r/20250125-msm8916-sysreset-v1-2-62073932ff0e@samcday.com
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/sysreset/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/sysreset/Kconfig
b/drivers/sysreset/Kconfig
index
121194e
..
475540f
100644
(file)
--- a/
drivers/sysreset/Kconfig
+++ b/
drivers/sysreset/Kconfig
@@
-242,7
+242,6
@@
config SYSRESET_RAA215300
config SYSRESET_QCOM_PSHOLD
bool "Support sysreset for Qualcomm SoCs via PSHOLD"
- depends on ARCH_IPQ40XX
help
Add support for the system reboot on Qualcomm SoCs via PSHOLD.