mp5990.rst 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .. SPDX-License-Identifier: GPL-2.0
  2. Kernel driver mp5990
  3. ====================
  4. Supported chips:
  5. * MPS MP5990
  6. Prefix: 'mp5990'
  7. Datasheet: Publicly available at the MPS website: https://www.monolithicpower.com/en/mp5990.html
  8. * MPS MP5998
  9. Prefix: 'mp5998'
  10. Datasheet: Not publicly available
  11. Author:
  12. Peter Yin <peteryin.openbmc@gmail.com>
  13. Description
  14. -----------
  15. This driver implements support for Monolithic Power Systems, Inc. (MPS)
  16. MP5990 and MP5998 Hot-Swap Controller.
  17. Device compliant with:
  18. - PMBus rev 1.3 interface.
  19. Device supports direct and linear format for reading input voltage,
  20. output voltage, output current, input power and temperature.
  21. The driver exports the following attributes via the 'sysfs' files
  22. for input voltage:
  23. **in1_input**
  24. **in1_label**
  25. **in1_max**
  26. **in1_max_alarm**
  27. **in1_min**
  28. **in1_min_alarm**
  29. The driver provides the following attributes for output voltage:
  30. **in2_input**
  31. **in2_label**
  32. **in2_alarm**
  33. The driver provides the following attributes for current:
  34. **curr1_input**
  35. **curr1_label**
  36. **curr1_alarm**
  37. **curr1_max**
  38. **curr2_input**
  39. **curr2_label**
  40. **curr2_max**
  41. **curr2_max_alarm**
  42. The driver provides the following attributes for input power:
  43. **power1_input**
  44. **power1_label**
  45. **power1_alarm**
  46. The driver provides the following attributes for output power:
  47. **power2_input**
  48. **power2_label**
  49. **power2_max**
  50. **power2_max_alarm**
  51. The driver provides the following attributes for temperature:
  52. **temp1_input**
  53. **temp1_max**
  54. **temp1_max_alarm**
  55. **temp1_crit**
  56. **temp1_crit_alarm**