Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5f03484 authored by Linus Walleij's avatar Linus Walleij Committed by Gregory CLEMENT
Browse files

ARM: dts: kirkwood: Fix polarity of GPIO fan lines



These two lines are active high, not active low. The bug was
found when we changed the kernel to respect the polarity defined
in the device tree.

Fixes: 1b90e06b ("ARM: kirkwood: Use devicetree to define DNS-32[05] fan")
Cc: Jamie Lentin <jm@lentin.co.uk>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@bootlin.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Julien D'Ascenzio <jdascenzio@posteo.net>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Tested-by: default avatarJamie Lentin <jm@lentin.co.uk>
Reported-by: default avatarJulien D'Ascenzio <jdascenzio@posteo.net>
Tested-by: default avatarJulien D'Ascenzio <jdascenzio@posteo.net>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 59c4dccb
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -36,8 +36,8 @@
		compatible = "gpio-fan";
		compatible = "gpio-fan";
		pinctrl-0 = <&pmx_fan_high_speed &pmx_fan_low_speed>;
		pinctrl-0 = <&pmx_fan_high_speed &pmx_fan_low_speed>;
		pinctrl-names = "default";
		pinctrl-names = "default";
		gpios = <&gpio1 14 GPIO_ACTIVE_LOW
		gpios = <&gpio1 14 GPIO_ACTIVE_HIGH
			 &gpio1 13 GPIO_ACTIVE_LOW>;
			 &gpio1 13 GPIO_ACTIVE_HIGH>;
		gpio-fan,speed-map = <0    0
		gpio-fan,speed-map = <0    0
				      3000 1
				      3000 1
				      6000 2>;
				      6000 2>;