lmsensors: Add ignition voltage to HW24

id:366281
This commit is contained in:
Alexandre Bard 2023-02-13 12:43:20 +01:00
parent 335e778fed
commit a020f9406e
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ chip "da9063-*"
label in0 "main-voltage" label in0 "main-voltage"
label in1 "input-voltage" label in1 "input-voltage"
compute in1 15.0*@, @/15.0 compute in1 15.0*@, @/15.0
ignore in2 label in2 "ignition-voltage"
compute in2 4.96*@, @/4.96
label in3 "wwan0-supply" label in3 "wwan0-supply"
label in4 "rtc-voltage" label in4 "rtc-voltage"
label temp1 "tjunc" label temp1 "tjunc"