diff mbox series

arm64: dts: rockchip: Designate Turing RK1's system power controller

Message ID 20240912180148.205957-1-CFSworks@gmail.com (mailing list archive)
State New
Headers show
Series arm64: dts: rockchip: Designate Turing RK1's system power controller | expand

Commit Message

Sam Edwards Sept. 12, 2024, 6:01 p.m. UTC
Currently, the Turing RK1 board reboots when told to power off.

Resolve this by designating the RK806 as the system power controller, so
that the relevant driver can handle system shutdown requests.

Fixes: 2806a69f3f ("arm64: dts: rockchip: Add Turing RK1 SoM support")
Signed-off-by: Sam Edwards <CFSworks@gmail.com>
---
 arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Heiko Stübner Sept. 30, 2024, 10:55 a.m. UTC | #1
On Thu, 12 Sep 2024 11:01:48 -0700, Sam Edwards wrote:
> Currently, the Turing RK1 board reboots when told to power off.
> 
> Resolve this by designating the RK806 as the system power controller, so
> that the relevant driver can handle system shutdown requests.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: Designate Turing RK1's system power controller
      commit: ab3cf1ab3fdbf1d05f23c810d767a3ddde4ef177

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi b/arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi
index dbaa94ca69f4..33bd1bce2eae 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi
@@ -289,6 +289,7 @@  pmic@0 {
 		compatible = "rockchip,rk806";
 		spi-max-frequency = <1000000>;
 		reg = <0x0>;
+		system-power-controller;
 
 		interrupt-parent = <&gpio0>;
 		interrupts = <7 IRQ_TYPE_LEVEL_LOW>;