Re: [PATCH v2 1/2] power: pmic: rk8xx: Use sysreset implementation of the poweroff command

2023-08-17 Thread Kever Yang
On 2023/8/17 13:45, Jonas Karlman wrote: Select SYSRESET_CMD_POWEROFF to use the sysreset implementation of the poweroff command when PMIC_RK8XX is enabled. Signed-off-by: Jonas Karlman Reviewed-by: Simon Glass Reviewed-by: Kever Yang Thanks, - Kever --- v2: - Split patch - Collect r-b t

[PATCH v2 1/2] power: pmic: rk8xx: Use sysreset implementation of the poweroff command

2023-08-16 Thread Jonas Karlman
Select SYSRESET_CMD_POWEROFF to use the sysreset implementation of the poweroff command when PMIC_RK8XX is enabled. Signed-off-by: Jonas Karlman Reviewed-by: Simon Glass --- v2: - Split patch - Collect r-b tag drivers/power/pmic/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drive