Message ID | c602dfb3972a0844f2a87b6245bdc5c3378c5989.1712512497.git.dsimic@manjaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: rockchip: Designate the system power controller on QuartzPro64 | expand |
On Sun, 7 Apr 2024 19:56:24 +0200, Dragan Simic wrote: > Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the system > power controller, so the board shuts down properly on poweroff(8). > > Applied, thanks! [1/1] arm64: dts: rockchip: Designate the system power controller on QuartzPro64 commit: c2b6d3a2bbf6352f7cddff2abe81dc4af4887672 Added a Fixes-tag Best regards,
On 2024-04-10 07:15, Heiko Stuebner wrote: > On Sun, 7 Apr 2024 19:56:24 +0200, Dragan Simic wrote: >> Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the >> system >> power controller, so the board shuts down properly on poweroff(8). > > Applied, thanks! > > [1/1] arm64: dts: rockchip: Designate the system power controller on > QuartzPro64 > commit: c2b6d3a2bbf6352f7cddff2abe81dc4af4887672 > > Added a Fixes-tag Great, thanks!
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts b/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts index 67414d72e2b6..22bbfbe729c1 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts @@ -456,6 +456,7 @@ pmic@0 { <&rk806_dvs2_null>, <&rk806_dvs3_null>; pinctrl-names = "default"; spi-max-frequency = <1000000>; + system-power-controller; vcc1-supply = <&vcc4v0_sys>; vcc2-supply = <&vcc4v0_sys>;
Designate the primary RK806 PMIC on the Pine64 QuartzPro64 as the system power controller, so the board shuts down properly on poweroff(8). Signed-off-by: Dragan Simic <dsimic@manjaro.org> --- arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1 + 1 file changed, 1 insertion(+)