]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Correct Fan Supply for Gameforce Ace
authorChris Morgan <macromorgan@hotmail.com>
Tue, 10 Mar 2026 13:46:48 +0000 (08:46 -0500)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 23 Mar 2026 21:22:39 +0000 (22:22 +0100)
Correct the regulator providing power to the PWM controlled fan.
Without this fix the fan only runs when the audio path is playing
audio (because the speaker amplifier and PWM fan share the same
regulator).

Fixes: 4e946c447a04 ("arm64: dts: rockchip: Add GameForce Ace")
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Link: https://patch.msgid.link/20260310134648.550006-1-macroalpha82@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dts

index e8ad525ba3f9bcb133e5d0f469a06d581fb96882..59d2494c451001f0db963feb352bce1985d48a70 100644 (file)
                compatible = "pwm-fan";
                #cooling-cells = <2>;
                cooling-levels = <0 120 150 180 210 240 255>;
-               fan-supply = <&vcc5v0_sys>;
+               fan-supply = <&vcc5v0_spk>;
                interrupt-parent = <&gpio4>;
                interrupts = <RK_PB2 IRQ_TYPE_EDGE_RISING>;
                pulses-per-revolution = <4>;