2019-05-31 02:11:57 +03:00
Kernel driver pxe1610
=====================
Supported chips:
2019-07-22 14:07:45 +03:00
2019-05-31 02:11:57 +03:00
* Infineon PXE1610
2019-07-22 14:07:45 +03:00
2019-05-31 02:11:57 +03:00
Prefix: 'pxe1610'
2019-07-22 14:07:45 +03:00
2019-05-31 02:11:57 +03:00
Addresses scanned: -
2019-07-22 14:07:45 +03:00
2019-05-31 02:11:57 +03:00
Datasheet: Datasheet is not publicly available.
* Infineon PXE1110
2019-07-22 14:07:45 +03:00
2019-05-31 02:11:57 +03:00
Prefix: 'pxe1110'
2019-07-22 14:07:45 +03:00
2019-05-31 02:11:57 +03:00
Addresses scanned: -
2019-07-22 14:07:45 +03:00
2019-05-31 02:11:57 +03:00
Datasheet: Datasheet is not publicly available.
* Infineon PXM1310
2019-07-22 14:07:45 +03:00
2019-05-31 02:11:57 +03:00
Prefix: 'pxm1310'
2019-07-22 14:07:45 +03:00
2019-05-31 02:11:57 +03:00
Addresses scanned: -
2019-07-22 14:07:45 +03:00
2019-05-31 02:11:57 +03:00
Datasheet: Datasheet is not publicly available.
Author: Vijay Khemka <vijaykhemka@fb.com>
Description
-----------
PXE1610/PXE1110 are Multi-rail/Multiphase Digital Controllers
and compliant to
2019-07-22 14:07:45 +03:00
- Intel VR13 DC-DC converter specifications.
- Intel SVID protocol.
2019-05-31 02:11:57 +03:00
Used for Vcore power regulation for Intel VR13 based microprocessors
2019-07-22 14:07:45 +03:00
- Servers, Workstations, and High-end desktops
2019-05-31 02:11:57 +03:00
PXM1310 is a Multi-rail Controller and it is compliant to
2019-07-22 14:07:45 +03:00
- Intel VR13 DC-DC converter specifications.
- Intel SVID protocol.
2019-05-31 02:11:57 +03:00
Used for DDR3/DDR4 Memory power regulation for Intel VR13 and
IMVP8 based systems
Usage Notes
-----------
This driver does not probe for PMBus devices. You will have
to instantiate devices explicitly.
Example: the following commands will load the driver for an PXE1610
2019-07-22 14:07:45 +03:00
at address 0x70 on I2C bus #4::
2019-05-31 02:11:57 +03:00
2019-07-22 14:07:45 +03:00
# modprobe pxe1610
# echo pxe1610 0x70 > /sys/bus/i2c/devices/i2c-4/new_device
2019-05-31 02:11:57 +03:00
It can also be instantiated by declaring in device tree
Sysfs attributes
----------------
2019-07-22 14:07:45 +03:00
====================== ====================================
2019-05-31 02:11:57 +03:00
curr1_label "iin"
curr1_input Measured input current
curr1_alarm Current high alarm
curr[2-4]_ label "iout[1-3]"
curr[2-4]_ input Measured output current
curr[2-4]_ crit Critical maximum current
curr[2-4]_ crit_alarm Current critical high alarm
in1_label "vin"
in1_input Measured input voltage
in1_crit Critical maximum input voltage
in1_crit_alarm Input voltage critical high alarm
in[2-4]_ label "vout[1-3]"
in[2-4]_ input Measured output voltage
in[2-4]_ lcrit Critical minimum output voltage
in[2-4]_ lcrit_alarm Output voltage critical low alarm
in[2-4]_ crit Critical maximum output voltage
in[2-4]_ crit_alarm Output voltage critical high alarm
power1_label "pin"
power1_input Measured input power
power1_alarm Input power high alarm
power[2-4]_ label "pout[1-3]"
power[2-4]_ input Measured output power
temp[1-3]_ input Measured temperature
temp[1-3]_ crit Critical high temperature
temp[1-3]_ crit_alarm Chip temperature critical high alarm
temp[1-3]_ max Maximum temperature
temp[1-3]_ max_alarm Chip temperature high alarm
2019-07-22 14:07:45 +03:00
====================== ====================================