lmsensors: Fully extend configs for DA9063 on all hardwares
BugzID: 81382
This commit is contained in:
parent
275d265ee7
commit
76457f2106
|
|
@ -1 +0,0 @@
|
||||||
am335x-nmhw24
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
chip "da9063-*"
|
||||||
|
label in0 "main-voltage"
|
||||||
|
ignore in1
|
||||||
|
ignore in2
|
||||||
|
label in3 "wwan0-supply"
|
||||||
|
label in4 "rtc-voltage"
|
||||||
|
label temp1 "tjunc"
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
chip "da9063-*"
|
chip "da9063-*"
|
||||||
label in3 "wwan0-supply"
|
label in0 "main-voltage"
|
||||||
|
label in1 "input-voltage"
|
||||||
|
compute in1 15.0*@, @/15.0
|
||||||
|
ignore in2
|
||||||
|
label in3 "wwan0-supply"
|
||||||
|
label in4 "rtc-voltage"
|
||||||
|
label temp1 "tjunc"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
chip "da9063-*"
|
||||||
|
label in0 "main-voltage"
|
||||||
|
label in1 "input-voltage"
|
||||||
|
compute in1 15.0*@, @/15.0
|
||||||
|
ignore in2
|
||||||
|
ignore in3
|
||||||
|
label in4 "rtc-voltage"
|
||||||
|
label temp1 "tjunc"
|
||||||
Loading…
Reference in New Issue