ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
45 stars 77 forks source link

devlib: Add ThermalZone type and policy support to thermal module #651

Closed msrasmussen closed 9 months ago

msrasmussen commented 9 months ago

The thermal module currently only reads thermal zone ids and allow temperature reading. The mandatory thermal zone 'type' describes what the zone is and is therefore quite useful information. This commit also adds support for reading the current thermal zone policy and available policies.pp

msrasmussen commented 9 months ago

@douglas-raillard-arm Could you take a look at this PR?