schemas: Add more names for labels
The MAX5970 has two separate outputs, so add the ability to name
both channels. This will be used in the following commit that adds
MAX5970 support on SBP1.
All add to name input current.
Tested: The configuration passes validation.
Change-Id: I28c1c5b6e70fe7b8489e6946cb1a2e2abda12ae8
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/schemas/legacy.json b/schemas/legacy.json
index 5a616d3..f5267e2 100644
--- a/schemas/legacy.json
+++ b/schemas/legacy.json
@@ -252,6 +252,12 @@
"vin_Name": {
"$ref": "#/definitions/Types/vin_Name"
},
+ "iin_Name": {
+ "$ref": "#/definitions/Types/iin_Name"
+ },
+ "in0_Name": {
+ "$ref": "#/definitions/Types/in0_Name"
+ },
"in1_Name": {
"$ref": "#/definitions/Types/in1_Name"
},
@@ -261,6 +267,9 @@
"curr1_Name": {
"$ref": "#/definitions/Types/curr1_Name"
},
+ "curr2_Name": {
+ "$ref": "#/definitions/Types/curr2_Name"
+ },
"iout1_Max": {
"$ref": "#/definitions/Types/iout1_Max"
},
@@ -810,6 +819,12 @@
"vin_Name": {
"type": "string"
},
+ "iin_Name": {
+ "type": "string"
+ },
+ "in0_Name": {
+ "type": "string"
+ },
"in1_Name": {
"type": "string"
},
@@ -819,6 +834,9 @@
"curr1_Name": {
"type": "string"
},
+ "curr2_Name": {
+ "type": "string"
+ },
"iout1_Max": {
"type": "number"
},