Re: [PATCH v3 5/7] qcom_defconfig: Enable reboot-mode support in qcom_defconfig

2026-03-31 Thread Simon Glass
On Mon, 30 Mar 2026 at 13:15, Aswin Murugan
 wrote:
>
> Enable reboot-mode functionality for all Qualcomm platforms that define
> reboot-mode device tree nodes. The drivers gracefully handle platforms
> without reboot-mode configuration, making it safe to enable globally.
>
> Add config options:
>   CONFIG_DM_REBOOT_MODE=y   - Core reboot-mode framework
>   CONFIG_REBOOT_MODE_NVMEM=y- NVMEM-based storage backend
>   CONFIG_QCOM_SPMI_SDAM=y   - Qualcomm PMIC SDAM/PON access
>
> Signed-off-by: Aswin Murugan 
> ---
> Changes in v3:
> 1. No change in v3
> ---
>  configs/qcom_defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Simon Glass 


[PATCH v3 5/7] qcom_defconfig: Enable reboot-mode support in qcom_defconfig

2026-03-30 Thread Aswin Murugan
Enable reboot-mode functionality for all Qualcomm platforms that define
reboot-mode device tree nodes. The drivers gracefully handle platforms
without reboot-mode configuration, making it safe to enable globally.

Add config options:
  CONFIG_DM_REBOOT_MODE=y   - Core reboot-mode framework
  CONFIG_REBOOT_MODE_NVMEM=y- NVMEM-based storage backend
  CONFIG_QCOM_SPMI_SDAM=y   - Qualcomm PMIC SDAM/PON access

Signed-off-by: Aswin Murugan 
---
Changes in v3:
1. No change in v3
---
 configs/qcom_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index fe5880de1fd..4ecdc70f307 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -116,6 +116,7 @@ CONFIG_PINCONF=y
 CONFIG_PINCTRL_QCOM_GENERIC=y
 CONFIG_DM_PMIC=y
 CONFIG_PMIC_QCOM=y
+CONFIG_DM_REBOOT_MODE=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_QCOM_RPMH=y
@@ -127,6 +128,8 @@ CONFIG_MSM_GENI_SERIAL=y
 CONFIG_SOC_QCOM=y
 CONFIG_QCOM_COMMAND_DB=y
 CONFIG_QCOM_RPMH=y
+CONFIG_QCOM_SPMI_SDAM=y
+CONFIG_REBOOT_MODE_NVMEM=y
 CONFIG_SPMI_MSM=y
 CONFIG_SYSINFO=y
 CONFIG_SYSINFO_SMBIOS=y
-- 
2.34.1