tc654 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. Kernel driver tc654
  2. ===================
  3. Supported chips:
  4. * Microchip TC654 and TC655
  5. Prefix: 'tc654'
  6. Datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/20001734C.pdf
  7. Authors:
  8. Chris Packham <chris.packham@alliedtelesis.co.nz>
  9. Masahiko Iwamoto <iwamoto@allied-telesis.co.jp>
  10. Description
  11. -----------
  12. This driver implements support for the Microchip TC654 and TC655.
  13. The TC654 uses the 2-wire interface compatible with the SMBUS 2.0
  14. specification. The TC654 has two (2) inputs for measuring fan RPM and
  15. one (1) PWM output which can be used for fan control.
  16. Configuration Notes
  17. -------------------
  18. Ordinarily the pwm1_mode ABI is used for controlling the pwm output
  19. mode. However, for this chip the output is always pwm, and the
  20. pwm1_mode determines if the pwm output is controlled via the pwm1 value
  21. or via the Vin analog input.
  22. Setting pwm1_mode to 1 will cause the pwm output to be driven based on
  23. the pwm1 value. Setting pwm1_mode to 0 will cause the pwm output to be
  24. driven based on the Vin input.