Skip to content
Snippets Groups Projects
Commit 10dbdb28 authored by John Crispin's avatar John Crispin
Browse files

oxnas: fix gpio-fan on kd20


define speed-map and include kmod-hwmon-gpiofan in kd20 profile

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>

SVN-Revision: 43678
parent 9013a144
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,8 @@
gpio-fan {
compatible = "gpio-fan";
gpios = <&GPIOA 2 1>;
gpio-fan,speed-map = <0 0
3000 1>;
};
gpio-poweroff {
......
......@@ -35,7 +35,7 @@ define Profile/KD20
NAME:=Shuttle KD20
PACKAGES:= \
kmod-usb3 kmod-usb-storage kmod-i2c-gpio kmod-rtc-pcf8563 \
kmod-gpio-beeper
kmod-gpio-beeper kmod-hwmon-core kmod-hwmon-gpiofan
endef
define Profile/KD20/Description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment