lmsensors: Fully extend configs for DA9063 on all hardwares

BugzID: 81382
This commit is contained in:
Alexandre Bard 2022-09-13 14:59:42 +02:00
parent 275d265ee7
commit 76457f2106
4 changed files with 22 additions and 3 deletions

View File

@ -1 +0,0 @@
am335x-nmhw24

View File

@ -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"

View File

@ -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"

View File

@ -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"