[PATCH v2 0/2] rockchip: rk356x: Enable poweroff command

Jonas Karlman jonas at kwiboo.se
Thu Aug 17 07:45:01 CEST 2023


This series enable CMD_POWEROFF on a few RK356x boards that have a power
button wired to PMIC pwron.

The poweroff command is useful for testing and make it possible to
poweroff the device from U-Boot and have it turn back on when the power
button is pressed.

First patch ensure sysreset poweroff implementation is used.
Second patch enable poweroff cmd on a few RK356x boards.

Changes in v2:
- Split patch
- Collect r-b tag

Jonas Karlman (2):
  power: pmic: rk8xx: Use sysreset implementation of the poweroff
    command
  rockchip: rk356x: Enable poweroff command

 configs/quartz64-a-rk3566_defconfig       | 1 +
 configs/quartz64-b-rk3566_defconfig       | 1 +
 configs/rock-3a-rk3568_defconfig          | 1 +
 configs/soquartz-model-a-rk3566_defconfig | 1 +
 drivers/power/pmic/Kconfig                | 1 +
 5 files changed, 5 insertions(+)

-- 
2.41.0



More information about the U-Boot mailing list