ltc2978 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. Kernel driver ltc2978
  2. =====================
  3. Supported chips:
  4. * Linear Technology LTC2974
  5. Prefix: 'ltc2974'
  6. Addresses scanned: -
  7. Datasheet: http://www.linear.com/product/ltc2974
  8. * Linear Technology LTC2977
  9. Prefix: 'ltc2977'
  10. Addresses scanned: -
  11. Datasheet: http://www.linear.com/product/ltc2977
  12. * Linear Technology LTC2978, LTC2978A
  13. Prefix: 'ltc2978'
  14. Addresses scanned: -
  15. Datasheet: http://www.linear.com/product/ltc2978
  16. http://www.linear.com/product/ltc2978a
  17. * Linear Technology LTC3880
  18. Prefix: 'ltc3880'
  19. Addresses scanned: -
  20. Datasheet: http://www.linear.com/product/ltc3880
  21. * Linear Technology LTC3883
  22. Prefix: 'ltc3883'
  23. Addresses scanned: -
  24. Datasheet: http://www.linear.com/product/ltc3883
  25. Author: Guenter Roeck <linux@roeck-us.net>
  26. Description
  27. -----------
  28. LTC2974 is a quad digital power supply manager. LTC2978 is an octal power supply
  29. monitor. LTC2977 is a pin compatible replacement for LTC2978. LTC3880 is a dual
  30. output poly-phase step-down DC/DC controller. LTC3883 is a single phase
  31. step-down DC/DC controller.
  32. Usage Notes
  33. -----------
  34. This driver does not probe for PMBus devices. You will have to instantiate
  35. devices explicitly.
  36. Example: the following commands will load the driver for an LTC2978 at address
  37. 0x60 on I2C bus #1:
  38. # modprobe ltc2978
  39. # echo ltc2978 0x60 > /sys/bus/i2c/devices/i2c-1/new_device
  40. Sysfs attributes
  41. ----------------
  42. in1_label "vin"
  43. in1_input Measured input voltage.
  44. in1_min Minimum input voltage.
  45. in1_max Maximum input voltage.
  46. LTC2974, LTC2977, and LTC2978 only.
  47. in1_lcrit Critical minimum input voltage.
  48. LTC2974, LTC2977, and LTC2978 only.
  49. in1_crit Critical maximum input voltage.
  50. in1_min_alarm Input voltage low alarm.
  51. in1_max_alarm Input voltage high alarm.
  52. LTC2974, LTC2977, and LTC2978 only.
  53. in1_lcrit_alarm Input voltage critical low alarm.
  54. LTC2974, LTC2977, and LTC2978 only.
  55. in1_crit_alarm Input voltage critical high alarm.
  56. in1_lowest Lowest input voltage.
  57. LTC2974, LTC2977, and LTC2978 only.
  58. in1_highest Highest input voltage.
  59. in1_reset_history Reset input voltage history.
  60. in[N]_label "vout[1-8]".
  61. LTC2974: N=2-5
  62. LTC2977: N=2-9
  63. LTC2978: N=2-9
  64. LTC3880: N=2-3
  65. LTC3883: N=2
  66. in[N]_input Measured output voltage.
  67. in[N]_min Minimum output voltage.
  68. in[N]_max Maximum output voltage.
  69. in[N]_lcrit Critical minimum output voltage.
  70. in[N]_crit Critical maximum output voltage.
  71. in[N]_min_alarm Output voltage low alarm.
  72. in[N]_max_alarm Output voltage high alarm.
  73. in[N]_lcrit_alarm Output voltage critical low alarm.
  74. in[N]_crit_alarm Output voltage critical high alarm.
  75. in[N]_lowest Lowest output voltage. LTC2974 and LTC2978 only.
  76. in[N]_highest Highest output voltage.
  77. in[N]_reset_history Reset output voltage history.
  78. temp[N]_input Measured temperature.
  79. On LTC2974, temp[1-4] report external temperatures,
  80. and temp5 reports the chip temperature.
  81. On LTC2977 and LTC2978, only one temperature measurement
  82. is supported and reports the chip temperature.
  83. On LTC3880, temp1 and temp2 report external
  84. temperatures, and temp3 reports the chip temperature.
  85. On LTC3883, temp1 reports an external temperature,
  86. and temp2 reports the chip temperature.
  87. temp[N]_min Mimimum temperature. LTC2974, LCT2977, and LTC2978 only.
  88. temp[N]_max Maximum temperature.
  89. temp[N]_lcrit Critical low temperature.
  90. temp[N]_crit Critical high temperature.
  91. temp[N]_min_alarm Temperature low alarm.
  92. LTC2974, LTC2977, and LTC2978 only.
  93. temp[N]_max_alarm Temperature high alarm.
  94. temp[N]_lcrit_alarm Temperature critical low alarm.
  95. temp[N]_crit_alarm Temperature critical high alarm.
  96. temp[N]_lowest Lowest measured temperature.
  97. LTC2974, LTC2977, and LTC2978 only.
  98. Not supported for chip temperature sensor on LTC2974.
  99. temp[N]_highest Highest measured temperature. Not supported for chip
  100. temperature sensor on LTC2974.
  101. temp[N]_reset_history Reset temperature history. Not supported for chip
  102. temperature sensor on LTC2974.
  103. power1_label "pin". LTC3883 only.
  104. power1_input Measured input power.
  105. power[N]_label "pout[1-4]".
  106. LTC2974: N=1-4
  107. LTC2977: Not supported
  108. LTC2978: Not supported
  109. LTC3880: N=1-2
  110. LTC3883: N=2
  111. power[N]_input Measured output power.
  112. curr1_label "iin". LTC3880 and LTC3883 only.
  113. curr1_input Measured input current.
  114. curr1_max Maximum input current.
  115. curr1_max_alarm Input current high alarm.
  116. curr1_highest Highest input current. LTC3883 only.
  117. curr1_reset_history Reset input current history. LTC3883 only.
  118. curr[N]_label "iout[1-4]".
  119. LTC2974: N=1-4
  120. LTC2977: not supported
  121. LTC2978: not supported
  122. LTC3880: N=2-3
  123. LTC3883: N=2
  124. curr[N]_input Measured output current.
  125. curr[N]_max Maximum output current.
  126. curr[N]_crit Critical high output current.
  127. curr[N]_lcrit Critical low output current. LTC2974 only.
  128. curr[N]_max_alarm Output current high alarm.
  129. curr[N]_crit_alarm Output current critical high alarm.
  130. curr[N]_lcrit_alarm Output current critical low alarm. LTC2974 only.
  131. curr[N]_lowest Lowest output current. LTC2974 only.
  132. curr[N]_highest Highest output current.
  133. curr[N]_reset_history Reset output current history.