Add qctsens(4), a driver for the Temperature Sensor found on Qualcomm SoCs.
authorpatrick <patrick@openbsd.org>
Tue, 27 Jun 2023 22:38:46 +0000 (22:38 +0000)
committerpatrick <patrick@openbsd.org>
Tue, 27 Jun 2023 22:38:46 +0000 (22:38 +0000)
commita01822f107b93a00b56725f9fc49f276255c2918
treef7b1b695c0c38ba4e6ce76c3b6484435a5c1ae3f
parent8b82f7f065379e652eb849b5e4a703354e67b477
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@
sys/arch/arm64/conf/GENERIC
sys/arch/arm64/conf/RAMDISK
sys/dev/fdt/files.fdt
sys/dev/fdt/qctsens.c [new file with mode: 0644]