From: John Crispin Date: Sat, 13 Dec 2014 08:04:54 +0000 (+0000) Subject: oxnas: fix gpio-fan on kd20 X-Git-Tag: v19.07.0-rc1~15610 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=10dbdb28d70470e75bc8a765926cf0272c3635b9;p=openwrt%2Fstaging%2Fhauke.git oxnas: fix gpio-fan on kd20 define speed-map and include kmod-hwmon-gpiofan in kd20 profile Signed-off-by: Daniel Golle SVN-Revision: 43678 --- diff --git a/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts b/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts index 9375748b91..217d812b96 100644 --- a/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts +++ b/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts @@ -136,6 +136,8 @@ gpio-fan { compatible = "gpio-fan"; gpios = <&GPIOA 2 1>; + gpio-fan,speed-map = <0 0 + 3000 1>; }; gpio-poweroff { diff --git a/target/linux/oxnas/profiles/100-Generic.mk b/target/linux/oxnas/profiles/100-Generic.mk index 6681c23cb9..5304839754 100644 --- a/target/linux/oxnas/profiles/100-Generic.mk +++ b/target/linux/oxnas/profiles/100-Generic.mk @@ -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