tps23861.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .. SPDX-License-Identifier: GPL-2.0-only
  2. Kernel driver tps23861
  3. ======================
  4. Supported chips:
  5. * Texas Instruments TPS23861
  6. Prefix: 'tps23861'
  7. Datasheet: https://www.ti.com/lit/gpn/tps23861
  8. Author: Robert Marko <[email protected]>
  9. Description
  10. -----------
  11. This driver supports hardware monitoring for Texas Instruments TPS23861 PoE PSE.
  12. TPS23861 is a quad port IEEE802.3at PSE controller with optional I2C control
  13. and monitoring capabilities.
  14. TPS23861 offers three modes of operation: Auto, Semi-Auto and Manual.
  15. This driver only supports the Auto mode of operation providing monitoring
  16. as well as enabling/disabling the four ports.
  17. Sysfs entries
  18. -------------
  19. ======================= =====================================================================
  20. in[0-3]_input Voltage on ports [1-4]
  21. in[0-3]_label "Port[1-4]"
  22. in4_input IC input voltage
  23. in4_label "Input"
  24. temp1_input IC die temperature
  25. temp1_label "Die"
  26. curr[1-4]_input Current on ports [1-4]
  27. in[1-4]_label "Port[1-4]"
  28. in[0-3]_enable Enable/disable ports [1-4]
  29. ======================= =====================================================================