[PATCH] arm64: dts: rockchip: Add missing fan-supply to rk3566-quartz64-a

Diederik de Haas posted 1 patch 3 months, 1 week ago
arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: dts: rockchip: Add missing fan-supply to rk3566-quartz64-a
Posted by Diederik de Haas 3 months, 1 week ago
The Quartz 64 Model-A Schematic from 20210427 on page 7 shows that the
fan's power supply is provided by VCC12V_DCIN.

This fixes the following warning:

  gpio-fan gpio_fan: supply fan not found, using dummy regulator

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
 arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
index 3c127c5c2607..a9021c524afb 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts
@@ -30,6 +30,7 @@ gmac1_clkin: external-gmac1-clock {
 
 	fan: gpio_fan {
 		compatible = "gpio-fan";
+		fan-supply = <&vcc12v_dcin>;
 		gpios = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>;
 		gpio-fan,speed-map =
 				<   0 0>,
-- 
2.50.0
Re: [PATCH] arm64: dts: rockchip: Add missing fan-supply to rk3566-quartz64-a
Posted by Heiko Stuebner 3 months, 1 week ago
On Sat, 28 Jun 2025 16:28:18 +0200, Diederik de Haas wrote:
> The Quartz 64 Model-A Schematic from 20210427 on page 7 shows that the
> fan's power supply is provided by VCC12V_DCIN.
> 
> This fixes the following warning:
> 
>   gpio-fan gpio_fan: supply fan not found, using dummy regulator
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: Add missing fan-supply to rk3566-quartz64-a
      commit: 9037532ab893635a46afe88542cd747a4a846497

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>