内核驱动 lt3074¶
支持的芯片
Analog Devices LT3074
前缀: ‘lt3074’
扫描的地址: -
作者: Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
描述¶
此驱动程序支持带有 PMBus 接口的 Analog Devices LT3074 线性稳压器的硬件监控。
LT3074 是一款低电压、超低噪声和超快速瞬态响应的线性稳压器,具有 PMBus 串行接口。 PMBus 遥测功能提供有关输出电压和电流、输入电压、偏置电压和芯片温度的信息。
该驱动程序是核心 PMBus 驱动程序的客户端驱动程序。有关 PMBus 客户端驱动程序的详细信息,请参阅 内核驱动 pmbus。
使用说明¶
此驱动程序不会自动检测设备。 您必须显式实例化设备。 有关详细信息,请参阅 如何实例化 I2C 设备。
平台数据支持¶
该驱动程序支持标准 PMBus 驱动程序平台数据。
Sysfs 条目¶
in1_label |
“vin” |
in1_input |
测量的输入电压 |
in1_max |
输入过压警告限制 |
in1_max_alarm |
输入过压警告状态 |
in1_min |
输入欠压警告限制 |
in1_min_alarm |
输入欠压警告状态 |
in2_label |
“vmon” |
in2_input |
测量的偏置电压 |
in2_max |
偏置过压警告限制 |
in2_min |
偏置欠压警告限制 |
in3_label |
“vout1” |
in3_input |
测量的输出电压 |
in3_max |
输出过压警告限制 |
in3_max_alarm |
输出过压警告状态 |
in3_min |
输出欠压警告限制 |
in3_min_alarm |
输出欠压警告状态 |
curr1_label |
“iout1” |
curr1_input |
测量的输出电流。 |
curr1_crit |
输出过流故障限制 |
curr1_crit_alarm |
输出过流故障状态 |
temp1_input |
测量的温度 |
temp1_max |
最高温度限制 |
temp1_max_alarm |
过温警告状态 |