ltc3815 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Kernel driver ltc3815
  2. =====================
  3. Supported chips:
  4. * Linear Technology LTC3815
  5. Prefix: 'ltc3815'
  6. Addresses scanned: -
  7. Datasheet: http://www.linear.com/product/ltc3815
  8. Author: Guenter Roeck <[email protected]>
  9. Description
  10. -----------
  11. LTC3815 is a Monolithic Synchronous DC/DC Step-Down Converter.
  12. Usage Notes
  13. -----------
  14. This driver does not probe for PMBus devices. You will have to instantiate
  15. devices explicitly.
  16. Example: the following commands will load the driver for an LTC3815
  17. at address 0x20 on I2C bus #1:
  18. # modprobe ltc3815
  19. # echo ltc3815 0x20 > /sys/bus/i2c/devices/i2c-1/new_device
  20. Sysfs attributes
  21. ----------------
  22. in1_label "vin"
  23. in1_input Measured input voltage.
  24. in1_alarm Input voltage alarm.
  25. in1_highest Highest input voltage.
  26. in1_reset_history Reset input voltage history.
  27. in2_label "vout1".
  28. in2_input Measured output voltage.
  29. in2_alarm Output voltage alarm.
  30. in2_highest Highest output voltage.
  31. in2_reset_history Reset output voltage history.
  32. temp1_input Measured chip temperature.
  33. temp1_alarm Temperature alarm.
  34. temp1_highest Highest measured temperature.
  35. temp1_reset_history Reset temperature history.
  36. curr1_label "iin".
  37. curr1_input Measured input current.
  38. curr1_highest Highest input current.
  39. curr1_reset_history Reset input current history.
  40. curr2_label "iout1".
  41. curr2_input Measured output current.
  42. curr2_alarm Output current alarm.
  43. curr2_highest Highest output current.
  44. curr2_reset_history Reset output current history.