Hi Balaji, On 12/01/2026 08:02, Balaji Selvanathan wrote: > 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
SYSRESET is already enabled in arch/arm/kconfig by ARCH_SNAPDRAGON, I think it would also make more sense to enable SYSRESET_QCOM_PSCI in qcom_defconfig (I assume other modern platforms can use this driver too?). Sorry that other series never got picked up, I was waiting for some additional feedback but I'll take another look at it now. Kind regards, > 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 -- // Casey (she/her)

