|
@@ -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
|
|
|
|
|
- &gpio1 13 GPIO_ACTIVE_LOW>;
|
|
|
|
|
|
|
+ gpios = <&gpio1 14 GPIO_ACTIVE_HIGH
|
|
|
|
|
+ &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>;
|