tps53679.rst 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. Kernel driver tps53679
  2. ======================
  3. Supported chips:
  4. * Texas Instruments TPS53647
  5. Prefix: 'tps53647'
  6. Addresses scanned: -
  7. Datasheet: https://www.ti.com/lit/gpn/tps53647
  8. * Texas Instruments TPS53667
  9. Prefix: 'tps53667'
  10. Addresses scanned: -
  11. Datasheet: https://www.ti.com/lit/gpn/TPS53667
  12. * Texas Instruments TPS53676
  13. Prefix: 'tps53676'
  14. Addresses scanned: -
  15. Datasheet: https://www.ti.com/lit/gpn/TPS53676
  16. * Texas Instruments TPS53679
  17. Prefix: 'tps53679'
  18. Addresses scanned: -
  19. Datasheet: https://www.ti.com/lit/gpn/TPS53679 (short version)
  20. * Texas Instruments TPS53681
  21. Prefix: 'tps53681'
  22. Addresses scanned: -
  23. Datasheet: https://www.ti.com/lit/gpn/TPS53681
  24. * Texas Instruments TPS53688
  25. Prefix: 'tps53688'
  26. Addresses scanned: -
  27. Datasheet: Available under NDA
  28. Authors:
  29. Vadim Pasternak <[email protected]>
  30. Guenter Roeck <[email protected]>
  31. Description
  32. -----------
  33. Chips in this series are multi-phase step-down converters with one or two
  34. output channels and up to 8 phases per channel.
  35. Usage Notes
  36. -----------
  37. This driver does not probe for PMBus devices. You will have to instantiate
  38. devices explicitly.
  39. Example: the following commands will load the driver for an TPS53681 at address
  40. 0x60 on I2C bus #1::
  41. # modprobe tps53679
  42. # echo tps53681 0x60 > /sys/bus/i2c/devices/i2c-1/new_device
  43. Sysfs attributes
  44. ----------------
  45. ======================= ========================================================
  46. in1_label "vin"
  47. in1_input Measured input voltage.
  48. in1_lcrit Critical minimum input voltage
  49. TPS53679, TPS53681, TPS53688 only.
  50. in1_lcrit_alarm Input voltage critical low alarm.
  51. TPS53679, TPS53681, TPS53688 only.
  52. in1_crit Critical maximum input voltage.
  53. in1_crit_alarm Input voltage critical high alarm.
  54. in[N]_label "vout[1-2]"
  55. - TPS53647, TPS53667: N=2
  56. - TPS53679, TPS53588: N=2,3
  57. in[N]_input Measured output voltage.
  58. in[N]_lcrit Critical minimum input voltage.
  59. TPS53679, TPS53681, TPS53688 only.
  60. in[N]_lcrit_alarm Critical minimum voltage alarm.
  61. TPS53679, TPS53681, TPS53688 only.
  62. in[N]_alarm Output voltage alarm.
  63. TPS53647, TPS53667 only.
  64. in[N]_crit Critical maximum output voltage.
  65. TPS53679, TPS53681, TPS53688 only.
  66. in[N]_crit_alarm Output voltage critical high alarm.
  67. TPS53679, TPS53681, TPS53688 only.
  68. temp[N]_input Measured temperature.
  69. - TPS53647, TPS53667: N=1
  70. - TPS53679, TPS53681, TPS53588: N=1,2
  71. temp[N]_max Maximum temperature.
  72. temp[N]_crit Critical high temperature.
  73. temp[N]_max_alarm Temperature high alarm.
  74. temp[N]_crit_alarm Temperature critical high alarm.
  75. power1_label "pin".
  76. power1_input Measured input power.
  77. power[N]_label "pout[1-2]".
  78. - TPS53647, TPS53667: N=2
  79. - TPS53676, TPS53679, TPS53681, TPS53588: N=2,3
  80. power[N]_input Measured output power.
  81. curr1_label "iin".
  82. curr1_input Measured input current.
  83. curr1_max Maximum input current.
  84. curr1_max_alarm Input current high alarm.
  85. curr1_crit Critical input current.
  86. curr1_crit_alarm Input current critical alarm.
  87. curr[N]_label "iout[1-2]" or "iout1.[0-5]".
  88. The first digit is the output channel, the second
  89. digit is the phase within the channel. Per-phase
  90. telemetry supported on TPS53676 and TPS53681 only.
  91. - TPS53647, TPS53667: N=2
  92. - TPS53679, TPS53588: N=2,3
  93. - TPS53676: N=2-8
  94. - TPS53681: N=2-9
  95. curr[N]_input Measured output current.
  96. curr[N]_max Maximum output current.
  97. curr[N]_crit Critical high output current.
  98. curr[N]_max_alarm Output current high alarm.
  99. curr[N]_crit_alarm Output current critical high alarm.
  100. Limit and alarm attributes are only available for
  101. non-phase telemetry (iout1, iout2).
  102. ======================= ========================================================