]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx95-15x15-evk: add fan-supply property for pwm-fan
authorJoy Zou <joy.zou@nxp.com>
Fri, 19 Sep 2025 02:27:04 +0000 (10:27 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 21 Oct 2025 08:32:39 +0000 (16:32 +0800)
Add fan-supply regulator to pwm-fan node to specify power source.

Fixes: e3e8b199aff8 ("arm64: dts: imx95: Add imx95-15x15-evk support")
Signed-off-by: Joy Zou <joy.zou@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts

index 148243470dd4ab03afdae949c8316f31467d1377..0953c25ef557684a3e78ef27a5e3f5aface33e3e 100644 (file)
@@ -61,6 +61,7 @@
 
        fan0: pwm-fan {
                compatible = "pwm-fan";
+               fan-supply = <&reg_vcc_12v>;
                #cooling-cells = <2>;
                cooling-levels = <64 128 192 255>;
                pwms = <&tpm6 0 4000000 PWM_POLARITY_INVERTED>;