[PATCH v1] configs: qcm6490, qcs615: Enable PSCI-based system reset support

Balaji Selvanathan balaji.selvanathan at oss.qualcomm.com
Mon Jan 12 08:02:19 CET 2026


From: Aswin Murugan <aswin.murugan at oss.qualcomm.com>

Enable CONFIG_SYSRESET and CONFIG_SYSRESET_QCOM_PSCI for qcm6490 and
qcs615 platforms to support system reset functionality through PSCI
(Power State Coordination Interface). This allows proper system reset
operations on these Qualcomm platforms.

This patch is based on the already submitted patch:
https://lore.kernel.org/u-boot/20250613051957.3159564-4-quic_varada@quicinc.com/

Signed-off-by: Aswin Murugan <aswin.murugan at oss.qualcomm.com>
---
 configs/qcm6490_defconfig     | 3 +++
 configs/qcom_qcs615_defconfig | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/configs/qcm6490_defconfig b/configs/qcm6490_defconfig
index 54eb5dedaec..8d70ae8cede 100644
--- a/configs/qcm6490_defconfig
+++ b/configs/qcm6490_defconfig
@@ -13,3 +13,6 @@ CONFIG_TEXT_BASE=0x9fc00000
 CONFIG_REMAKE_ELF=y
 
 CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs6490-rb3gen2"
+
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_QCOM_PSCI=y
diff --git a/configs/qcom_qcs615_defconfig b/configs/qcom_qcs615_defconfig
index 2468267b955..7a8f231aabc 100644
--- a/configs/qcom_qcs615_defconfig
+++ b/configs/qcom_qcs615_defconfig
@@ -20,3 +20,6 @@ CONFIG_REMAKE_ELF=y
 
 # Address where U-Boot will be loaded
 CONFIG_TEXT_BASE=0x9fc00000
+
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_QCOM_PSCI=y
-- 
2.34.1



More information about the U-Boot mailing list