From 63c806ba0e1236fea500f5d8b5486196d7c20806 Mon Sep 17 00:00:00 2001 From: Varadarajan Narayanan Date: Wed, 21 Jan 2026 12:09:20 +0530 Subject: [PATCH] qcom_defconfig: enable psci based sysreset Enable CONFIG_SYSRESET_QCOM_PSCI to allow U-Boot to reset to Emergency Download mode. Reviewed-by: Sumit Garg Signed-off-by: Varadarajan Narayanan Link: https://patch.msgid.link/20260121063920.1500293-6-varadarajan.narayanan@oss.qualcomm.com Signed-off-by: Casey Connolly --- configs/qcom_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index 89d680b2739..19dfe4a2e7d 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -131,7 +131,9 @@ CONFIG_QCOM_RPMH=y CONFIG_SPMI_MSM=y CONFIG_SYSINFO=y CONFIG_SYSINFO_SMBIOS=y +CONFIG_SYSRESET_CMD_RESET_ARGS=y CONFIG_SYSRESET_QCOM_PSHOLD=y +CONFIG_SYSRESET_QCOM_PSCI=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y -- 2.47.3