CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/31 04:11:22
Modified files:
sys/dev/ofw : ofw_thermal.c
Log message:
Keep polling if a temperature sensor reading fails. This is needed
on Amlogic SoCs where amltemp(4) doesn't fully attach before the first
polling timeout runs. This would stop the polling which means there was no
thermal management on these platforms.
ok patrick@
