Path: blob/master/Documentation/devicetree/bindings/hwmon/ibm,occ-hwmon.yaml
26308 views
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause1%YAML 1.22---3$id: http://devicetree.org/schemas/hwmon/ibm,occ-hwmon.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: IBM On-Chip Controller (OCC) accessed from a service processor78maintainers:9- Eddie James <eajames@linux.ibm.com>1011description: |12The POWER processor On-Chip Controller (OCC) helps manage power and13thermals for the system. A service processor or baseboard management14controller can query the OCC for it's power and thermal data to report15through hwmon.1617properties:18compatible:19enum:20- ibm,p9-occ-hwmon21- ibm,p10-occ-hwmon2223ibm,no-poll-on-init:24description: This property describes whether or not the OCC should25be polled during driver initialization.26type: boolean2728required:29- compatible3031additionalProperties: false3233examples:34- |35hwmon {36compatible = "ibm,p10-occ-hwmon";37ibm,no-poll-on-init;38};394041