diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-01-07 21:27:48 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-12 08:00:04 +0100 |
commit | 15faf389ad5159fa8223344029c98a0afca6e5ef (patch) | |
tree | 68e652f9cd4ff7753620d9a8882643e3a8a85077 /target/linux/apm821xx/dts | |
parent | 9a9c7fb4cf8a0483b26b2d9ecc481275173d63f7 (diff) | |
download | upstream-15faf389ad5159fa8223344029c98a0afca6e5ef.tar.gz upstream-15faf389ad5159fa8223344029c98a0afca6e5ef.tar.bz2 upstream-15faf389ad5159fa8223344029c98a0afca6e5ef.zip |
apm821xx: add linux 4.14 apm821xx patches
This patch updates the apm821xx target to use the 4.14 kernel.
4.14 finally ships with a driver for the WNDR4700's tc654 fan
controller. The custom driver is deprecated in favor of the
upstream driver and the thermal cooling definitions in the DTS
are updated.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/dts')
-rw-r--r-- | target/linux/apm821xx/dts/netgear-wndr4700.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/apm821xx/dts/netgear-wndr4700.dts b/target/linux/apm821xx/dts/netgear-wndr4700.dts index 2e0addf74b..96cf97c45c 100644 --- a/target/linux/apm821xx/dts/netgear-wndr4700.dts +++ b/target/linux/apm821xx/dts/netgear-wndr4700.dts @@ -99,17 +99,17 @@ map1 { trip = <&cpu_alert1>; - cooling-device = <&fan0 1 87>; + cooling-device = <&fan0 1 76>; }; map2 { trip = <&cpu_alert2>; - cooling-device = <&fan0 88 100>; + cooling-device = <&fan0 77 101>; }; map3 { trip = <&cpu_alert3>; - cooling-device = <&fan0 101 147>; + cooling-device = <&fan0 102 147>; }; map4 { |