mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
power: pmic: rk8xx: Use sysreset implementation of the poweroff command
Select SYSRESET_CMD_POWEROFF to use the sysreset implementation of the poweroff command when PMIC_RK8XX is enabled. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
992f297e35
commit
c12e3a83f1
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ config PMIC_QCOM
|
||||||
|
|
||||||
config PMIC_RK8XX
|
config PMIC_RK8XX
|
||||||
bool "Enable support for Rockchip PMIC RK8XX"
|
bool "Enable support for Rockchip PMIC RK8XX"
|
||||||
|
select SYSRESET_CMD_POWEROFF if SYSRESET && CMD_POWEROFF
|
||||||
---help---
|
---help---
|
||||||
The Rockchip RK808 PMIC provides four buck DC-DC convertors, 8 LDOs,
|
The Rockchip RK808 PMIC provides four buck DC-DC convertors, 8 LDOs,
|
||||||
an RTC and two low Rds (resistance (drain to source)) switches. It is
|
an RTC and two low Rds (resistance (drain to source)) switches. It is
|
||||||
|
|
Loading…
Reference in a new issue