mp5023.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .. SPDX-License-Identifier: GPL-2.0
  2. Kernel driver mp5023
  3. ====================
  4. Supported chips:
  5. * MPS MP5023
  6. Prefix: 'mp5023'
  7. * Datasheet
  8. Publicly available at the MPS website : https://www.monolithicpower.com/en/mp5023.html
  9. Author:
  10. Howard Chiu <[email protected]>
  11. Description
  12. -----------
  13. This driver implements support for Monolithic Power Systems, Inc. (MPS)
  14. MP5023 Hot-Swap Controller.
  15. Device complaint with:
  16. - PMBus rev 1.3 interface.
  17. Device supports direct format for reading input voltage, output voltage,
  18. output current, input power and temperature.
  19. The driver exports the following attributes via the 'sysfs' files
  20. for input voltage:
  21. **in1_input**
  22. **in1_label**
  23. **in1_max**
  24. **in1_max_alarm**
  25. **in1_min**
  26. **in1_min_alarm**
  27. The driver provides the following attributes for output voltage:
  28. **in2_input**
  29. **in2_label**
  30. **in2_alarm**
  31. The driver provides the following attributes for output current:
  32. **curr1_input**
  33. **curr1_label**
  34. **curr1_alarm**
  35. **curr1_max**
  36. The driver provides the following attributes for input power:
  37. **power1_input**
  38. **power1_label**
  39. **power1_alarm**
  40. The driver provides the following attributes for temperature:
  41. **temp1_input**
  42. **temp1_max**
  43. **temp1_max_alarm**
  44. **temp1_crit**
  45. **temp1_crit_alarm**