lmsensors: Add configs for HW21 and HW26
Label and compute all input from the PMIC. BugzID: 81382
This commit is contained in:
parent
1eb5a1a51e
commit
275d265ee7
|
|
@ -0,0 +1,13 @@
|
|||
chip "da9063-*"
|
||||
label in0 "main-voltage"
|
||||
label in1 "input-voltage"
|
||||
compute in1 15.0*@, @/15.0
|
||||
label in2 "ignition-voltage"
|
||||
compute in2 4.96*@, @/4.96
|
||||
ignore in3
|
||||
label in4 "rtc-voltage"
|
||||
label temp1 "tjunc"
|
||||
|
||||
chip "*-mdio-*"
|
||||
ignore in0
|
||||
ignore temp1
|
||||
|
|
@ -0,0 +1 @@
|
|||
am335x-hw26
|
||||
Loading…
Reference in New Issue