Move to SYSRESET for implementing the reset command. Reviewed-by: Sumit Garg <[email protected]> Signed-off-by: Varadarajan Narayanan <[email protected]> --- v2: Add 'Reviewed-by: Sumit Garg' --- configs/qcs9100_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/qcs9100_defconfig b/configs/qcs9100_defconfig index 10ff4d25398..1fb621b27ce 100644 --- a/configs/qcs9100_defconfig +++ b/configs/qcs9100_defconfig @@ -16,3 +16,5 @@ CONFIG_TEXT_BASE=0xaf000000 CONFIG_REMAKE_ELF=y CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs9100-ride-r3" +CONFIG_SYSRESET=y +CONFIG_SYSRESET_QCOM_PSCI=y -- 2.34.1

