hardkernel / linux

Linux kernel source tree
Other
427 stars 406 forks source link

Correct cooling device maps for odroid xu3/4 #356

Closed Emerald-Phoenix closed 6 years ago

Emerald-Phoenix commented 6 years ago

There is a small issue in the thermal throttling where the higher trip points allow for a higher clockspeed than the lower trip, meaning as the SoC temps increase the device is allowed to initially increase it's clockspeed incorrectly.

This change ensures clockspeeds can only decrease as SoC temperature is increasing.

mdrjr commented 6 years ago

Hey @Emerald-Phoenix thank you for the PR :) I really appreciate your hard work here..