legacy.json: Add vout9 to vout17 max and min support
The current legacy.json has support for 8 channels, but MAX34451
needs support for 16 channels and ADM1266 needs support for 17
power supply monitoring.
Signed-off-by: Avenash Asai Thambi <avenash.thambi@fii-usa.com>
Change-Id: I042d3bcfba85ee038fee56e0f54a464fdfc42c53
diff --git a/schemas/legacy.json b/schemas/legacy.json
index df605ed..4efc9ee 100644
--- a/schemas/legacy.json
+++ b/schemas/legacy.json
@@ -126,6 +126,36 @@
"Name7": {
"$ref": "#/definitions/Types/Name7"
},
+ "Name8": {
+ "$ref": "#/definitions/Types/Name8"
+ },
+ "Name9": {
+ "$ref": "#/definitions/Types/Name9"
+ },
+ "Name10": {
+ "$ref": "#/definitions/Types/Name10"
+ },
+ "Name11": {
+ "$ref": "#/definitions/Types/Name11"
+ },
+ "Name12": {
+ "$ref": "#/definitions/Types/Name12"
+ },
+ "Name13": {
+ "$ref": "#/definitions/Types/Name13"
+ },
+ "Name14": {
+ "$ref": "#/definitions/Types/Name14"
+ },
+ "Name15": {
+ "$ref": "#/definitions/Types/Name15"
+ },
+ "Name16": {
+ "$ref": "#/definitions/Types/Name16"
+ },
+ "Name17": {
+ "$ref": "#/definitions/Types/Name17"
+ },
"OffsetValue": {
"$ref": "#/definitions/Types/OffsetValue"
},
@@ -270,12 +300,72 @@
"vout6_Min": {
"$ref": "#/definitions/Types/vout6_Min"
},
+ "vout7_Max": {
+ "$ref": "#/definitions/Types/vout7_Max"
+ },
+ "vout7_Min": {
+ "$ref": "#/definitions/Types/vout7_Min"
+ },
"vout8_Max": {
"$ref": "#/definitions/Types/vout8_Max"
},
"vout8_Min": {
"$ref": "#/definitions/Types/vout8_Min"
},
+ "vout9_Max": {
+ "$ref": "#/definitions/Types/vout9_Max"
+ },
+ "vout9_Min": {
+ "$ref": "#/definitions/Types/vout9_Min"
+ },
+ "vout10_Max": {
+ "$ref": "#/definitions/Types/vout10_Max"
+ },
+ "vout10_Min": {
+ "$ref": "#/definitions/Types/vout10_Min"
+ },
+ "vout11_Max": {
+ "$ref": "#/definitions/Types/vout11_Max"
+ },
+ "vout11_Min": {
+ "$ref": "#/definitions/Types/vout11_Min"
+ },
+ "vout12_Max": {
+ "$ref": "#/definitions/Types/vout12_Max"
+ },
+ "vout12_Min": {
+ "$ref": "#/definitions/Types/vout12_Min"
+ },
+ "vout13_Max": {
+ "$ref": "#/definitions/Types/vout13_Max"
+ },
+ "vout13_Min": {
+ "$ref": "#/definitions/Types/vout13_Min"
+ },
+ "vout14_Max": {
+ "$ref": "#/definitions/Types/vout14_Max"
+ },
+ "vout14_Min": {
+ "$ref": "#/definitions/Types/vout14_Min"
+ },
+ "vout15_Max": {
+ "$ref": "#/definitions/Types/vout15_Max"
+ },
+ "vout15_Min": {
+ "$ref": "#/definitions/Types/vout15_Min"
+ },
+ "vout16_Max": {
+ "$ref": "#/definitions/Types/vout16_Max"
+ },
+ "vout16_Min": {
+ "$ref": "#/definitions/Types/vout16_Min"
+ },
+ "vout17_Max": {
+ "$ref": "#/definitions/Types/vout17_Max"
+ },
+ "vout17_Min": {
+ "$ref": "#/definitions/Types/vout17_Min"
+ },
"iout1_Offset": {
"$ref": "#/definitions/Types/iout1_Offset"
},
@@ -458,6 +548,36 @@
"Name7": {
"type": "string"
},
+ "Name8": {
+ "type": "string"
+ },
+ "Name9": {
+ "type": "string"
+ },
+ "Name10": {
+ "type": "string"
+ },
+ "Name11": {
+ "type": "string"
+ },
+ "Name12": {
+ "type": "string"
+ },
+ "Name13": {
+ "type": "string"
+ },
+ "Name14": {
+ "type": "string"
+ },
+ "Name15": {
+ "type": "string"
+ },
+ "Name16": {
+ "type": "string"
+ },
+ "Name17": {
+ "type": "string"
+ },
"OffsetValue": {
"type": "number"
},
@@ -645,12 +765,72 @@
"vout6_Min": {
"type": "number"
},
+ "vout7_Max": {
+ "type": "number"
+ },
+ "vout7_Min": {
+ "type": "number"
+ },
"vout8_Max": {
"type": "number"
},
"vout8_Min": {
"type": "number"
},
+ "vout9_Max": {
+ "type": "number"
+ },
+ "vout9_Min": {
+ "type": "number"
+ },
+ "vout10_Max": {
+ "type": "number"
+ },
+ "vout10_Min": {
+ "type": "number"
+ },
+ "vout11_Max": {
+ "type": "number"
+ },
+ "vout11_Min": {
+ "type": "number"
+ },
+ "vout12_Max": {
+ "type": "number"
+ },
+ "vout12_Min": {
+ "type": "number"
+ },
+ "vout13_Max": {
+ "type": "number"
+ },
+ "vout13_Min": {
+ "type": "number"
+ },
+ "vout14_Max": {
+ "type": "number"
+ },
+ "vout14_Min": {
+ "type": "number"
+ },
+ "vout15_Max": {
+ "type": "number"
+ },
+ "vout15_Min": {
+ "type": "number"
+ },
+ "vout16_Max": {
+ "type": "number"
+ },
+ "vout16_Min": {
+ "type": "number"
+ },
+ "vout17_Max": {
+ "type": "number"
+ },
+ "vout17_Min": {
+ "type": "number"
+ },
"iout1_Offset": {
"type": "number"
},