Searched +full:p9 +full:- +full:occ +full:- +full:hwmon (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/fsi/ibm,p9-occ.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: IBM FSI-attached On-Chip Controller (OCC)10 - Eddie James <eajames@linux.ibm.com>13 The POWER processor On-Chip Controller (OCC) helps manage power and14 thermals for the system, accessed through the FSI-attached SBEFIFO20 - ibm,p9-occ21 - ibm,p10-occ[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/hwmon/ibm,occ-hwmon.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: IBM On-Chip Controller (OCC) accessed from a service processor10 - Eddie James <eajames@linux.ibm.com>13 The POWER processor On-Chip Controller (OCC) helps manage power and15 controller can query the OCC for it's power and thermal data to report16 through hwmon.21 - ibm,p9-occ-hwmon[all …]
1 Kernel driver occ-hwmon12 -----------14 This driver supports hardware monitoring for the On-Chip Controller (OCC)15 embedded on POWER processors. The OCC is a device that collects and aggregates16 sensor data from the processor and the system. The OCC can provide the raw20 manually if an "ibm,p8-occ-hwmon" compatible device is found under the21 appropriate I2C bus node in the device-tree.23 The P9 version of this driver is a client driver of the FSI-based OCC driver.24 It will be probed automatically by the FSI-based OCC driver.27 -------------[all …]