Skip to content

Commit aef4b9a

Browse files
floklimmind
authored andcommitted
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: 09e006c ("arm64: dts: rockchip: Add basic support for Kobol's Helios64") Signed-off-by: Florian Klink <[email protected]> Tested-by: Dennis Gilmore <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 8240e87 commit aef4b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
clock-output-names = "xin32k", "rk808-clkout2";
277277
pinctrl-names = "default";
278278
pinctrl-0 = <&pmic_int_l>;
279+
rockchip,system-power-controller;
279280
vcc1-supply = <&vcc5v0_sys>;
280281
vcc2-supply = <&vcc5v0_sys>;
281282
vcc3-supply = <&vcc5v0_sys>;

0 commit comments

Comments
 (0)