1 # SPDX-License-Identifier: GPL-2.0-only OR BSD 2 %YAML 1.2 3 --- 4 $id: http://devicetree.org/schemas/hwmon/ibm,o 5 $schema: http://devicetree.org/meta-schemas/co 6 7 title: IBM On-Chip Controller (OCC) accessed f 8 9 maintainers: 10 - Eddie James <eajames@linux.ibm.com> 11 12 description: | 13 The POWER processor On-Chip Controller (OCC) 14 thermals for the system. A service processor 15 controller can query the OCC for it's power 16 through hwmon. 17 18 properties: 19 compatible: 20 enum: 21 - ibm,p9-occ-hwmon 22 - ibm,p10-occ-hwmon 23 24 ibm,no-poll-on-init: 25 description: This property describes wheth 26 be polled during driver initialization. 27 type: boolean 28 29 required: 30 - compatible 31 32 additionalProperties: false 33 34 examples: 35 - | 36 hwmon { 37 compatible = "ibm,p10-occ-hwmon"; 38 ibm,no-poll-on-init; 39 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.