forked from Ivasoft/openwrt
apm821xx: WNDR4700: use upstream tc654 cooling devices
Upstream hwmon-maintainer had various comments about the changes to the tc654 driver. These have been addressed and the cooling device support is destined for inclusion. One of the comments was the change of the cooling states scaling. No longer the driver uses the same values as the hwmon interface, instead the states are now the 17 states the tc654 supports. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
15
target/linux/apm821xx/base-files/etc/init.d/hwmon_fancontrol
Normal file
15
target/linux/apm821xx/base-files/etc/init.d/hwmon_fancontrol
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=98
|
||||
|
||||
boot() {
|
||||
# configuring onboard temp/fan controller to run the fan on its own
|
||||
# for more information, please read https://www.kernel.org/doc/Documentation/hwmon/sysfs-interface
|
||||
|
||||
case $(board_name) in
|
||||
netgear,wndr4700)
|
||||
path_to_hwmon='/sys/devices/platform/plb/plb:opb/4ef600700.i2c/i2c-0/0-001b/hwmon/hwmon1'
|
||||
echo 1 > "$path_to_hwmon/pwm1_enable"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
Reference in New Issue
Block a user