CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/06/27 03:40:15
Modified files: sys/dev/fdt : rktemp.c Log message: Implement ts_set_limit() for rk3588. This makes thermal zones on rk3588 boards work. This should make DVFS safe on those boards. Note that the device trees shipped with the current u-boot-rk3588 package do not include the necessary support for DVFS and thermal zones yet. ok dlg@