configurations: yosemite4: update label for INA233
Summary:
For latest INA233 driver:
https://github.com/openbmc/linux/commit/146a419d
shunt voltage label using vmon now,
update all INA233 shunt voltage labels
Tested:
check EM probe vmon sensor properly
and psusensor create vmon sensor success
Change-Id: I9e5b661c9f9262bb542097ac15931e47c7077c24
Signed-off-by: Allen Wang <Allen_Wang@quantatw.com>
diff --git a/schemas/legacy.json b/schemas/legacy.json
index bc04791..3f2a386 100644
--- a/schemas/legacy.json
+++ b/schemas/legacy.json
@@ -789,7 +789,7 @@
"Name(1[0-7]|[1-9])?$": {
"$ref": "#/$defs/Types/Name"
},
- "(vin|iin|pin|maxpin)_Name$": {
+ "(vin|vmon|iin|pin|maxpin)_Name$": {
"$ref": "#/$defs/Types/Name"
},
"(in|in_voltage|vout)(1[0-7]|[0-9])_Name$": {
@@ -810,7 +810,7 @@
"(in|vout|in_voltage)(1[0-7]|[0-9])_(Min|Max)$": {
"$ref": "#/$defs/Types/MinMaxType"
},
- "(iin|vin|curr|iout|pin|pout|temp)(1[0-7]|[1-9])?_(Min|Max)$": {
+ "(iin|vin|vmon|curr|iout|pin|pout|temp)(1[0-7]|[1-9])?_(Min|Max)$": {
"$ref": "#/$defs/Types/MinMaxType"
},
"power(1[0-7]|[1-9])?_Max$": {