diff mbox series

arm64: dts: rockchip: Support poweroff on Orange Pi 5

Message ID 20231227203211.1047-1-honyuenkwun@gmail.com (mailing list archive)
State New
Headers show
Series arm64: dts: rockchip: Support poweroff on Orange Pi 5 | expand

Commit Message

Jimmy Hon Dec. 27, 2023, 8:32 p.m. UTC
The RK806 on the Orange Pi 5 can be used to power on/off the whole board.
Mark it as the system power controller.

Signed-off-by: Jimmy Hon <honyuenkwun@gmail.com>
---
 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts | 2 ++
 1 file changed, 2 insertions(+)

Comments

Heiko Stübner Dec. 29, 2023, 10:55 p.m. UTC | #1
On Wed, 27 Dec 2023 14:32:11 -0600, Jimmy Hon wrote:
> The RK806 on the Orange Pi 5 can be used to power on/off the whole board.
> Mark it as the system power controller.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Support poweroff on Orange Pi 5
      commit: e9126f9d3c83acbc88461a535e24c949c7e0b6ca

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts b/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts
index 8cefdbf3207a..c3a90a769605 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts
@@ -323,6 +323,8 @@  pmic@0 {
 				<&rk806_dvs2_null>, <&rk806_dvs3_null>;
 		spi-max-frequency = <1000000>;
 
+		system-power-controller;
+
 		vcc1-supply = <&vcc5v0_sys>;
 		vcc2-supply = <&vcc5v0_sys>;
 		vcc3-supply = <&vcc5v0_sys>;