Hi Sam, On 06/06/2026 10:47, Sam Day via B4 Relay wrote: > From: Sam Day <[email protected]> > > Now that there's a PM8916 PON reboot-mode driver, it's worth enabling > the reboot-mode DM uclass. Additionally the newly introduced fastboot > support for setting reboot modes is enabled.
I was a little concerned about how this might (mis)behave on chainloaded device, but I can imagine it being useful in some cases. LGTM. > > Signed-off-by: Sam Day <[email protected]> Reviewed-by: Casey Connolly <[email protected]> > --- > configs/qcom_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig > index c7bc6829014..736a9424c3a 100644 > --- a/configs/qcom_defconfig > +++ b/configs/qcom_defconfig > @@ -80,6 +80,7 @@ CONFIG_SYS_DFU_DATA_BUF_SIZE=0x200000 > CONFIG_USB_FUNCTION_FASTBOOT=y > CONFIG_FASTBOOT_BUF_ADDR=0x0 > CONFIG_FASTBOOT_FLASH=y > +CONFIG_FASTBOOT_REBOOT_MODE=y > CONFIG_FASTBOOT_FLASH_MMC_DEV=0 > CONFIG_FASTBOOT_MMC_USER_SUPPORT=y > CONFIG_MSM_GPIO=y > @@ -124,6 +125,7 @@ CONFIG_PMIC_QCOM=y > CONFIG_DM_REGULATOR=y > CONFIG_DM_REGULATOR_FIXED=y > CONFIG_DM_REGULATOR_QCOM_RPMH=y > +CONFIG_DM_REBOOT_MODE=y > CONFIG_DM_RNG=y > CONFIG_RNG_MSM=y > CONFIG_SCSI=y > -- // Casey (she/her)

