Commit aef4b9a8 authored by Florian Klink's avatar Florian Klink Committed by Heiko Stuebner

arm64: dts: rockchip: fix poweroff on helios64

Adding the rockchip,system-power-controller property here will use the
rk808 to power off the system.

Fixes: 09e006cf ("arm64: dts: rockchip: Add basic support for Kobol's Helios64")
Signed-off-by: default avatarFlorian Klink <flokli@flokli.de>
Tested-by: default avatarDennis Gilmore <dgilmore@redhat.com>
Link: https://lore.kernel.org/r/20211020095926.735938-2-flokli@flokli.deSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 8240e87f
......@@ -276,6 +276,7 @@ rk808: pmic@1b {
clock-output-names = "xin32k", "rk808-clkout2";
pinctrl-names = "default";
pinctrl-0 = <&pmic_int_l>;
rockchip,system-power-controller;
vcc1-supply = <&vcc5v0_sys>;
vcc2-supply = <&vcc5v0_sys>;
vcc3-supply = <&vcc5v0_sys>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment