From: Aswin Murugan <[email protected]> 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/[email protected]/ Signed-off-by: Aswin Murugan <[email protected]> --- 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

