CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/27 16:38:46
Modified files:
sys/arch/arm64/conf: GENERIC RAMDISK
sys/dev/fdt : files.fdt
Added files:
sys/dev/fdt : qctsens.c
Log message:
Add qctsens(4), a driver for the Temperature Sensor found on Qualcomm SoCs.
The driver not only provides the temperature readings for the cores, cluster
and memory in hw.sensors, but also allows the thermal zone code to act on
temperature changes.
ok drahn@
