Skip to content

Commit 9037532

Browse files
diederikdehaasmmind
authored andcommitted
arm64: dts: rockchip: Add missing fan-supply to rk3566-quartz64-a
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 53b6445 commit 9037532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
fan: gpio_fan {
3232
compatible = "gpio-fan";
33+
fan-supply = <&vcc12v_dcin>;
3334
gpios = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>;
3435
gpio-fan,speed-map =
3536
< 0 0>,

0 commit comments

Comments
 (0)