configurations: harma: revise mb hsc power
This driver only supports PIN. Therefore,
change the power device from POUT1 to PIN to support MB HSC power.
Change-Id: I2fea5e00c62c569899212e925eedb6b8c67d57a7
Signed-off-by: Peter Yin <peter.yin@quantatw.com>
diff --git a/configurations/harma_mb.json b/configurations/harma_mb.json
index c25cbb2..dfc133d 100644
--- a/configurations/harma_mb.json
+++ b/configurations/harma_mb.json
@@ -623,7 +623,7 @@
"iout1",
"vin",
"vout1",
- "pout1",
+ "pin",
"temp1"
],
"Name": "MB_HSC",
@@ -672,7 +672,7 @@
},
{
"Direction": "greater than",
- "Label": "pout1",
+ "Label": "pin",
"Name": "upper critical",
"Severity": 1,
"Value": 950.0
@@ -680,7 +680,7 @@
],
"Type": "MP5990",
"iout1_Name": "MB_HSC_CURR_A",
- "pout1_Name": "MB_HSC_PWR_W",
+ "pin_Name": "MB_HSC_PWR_W",
"temp1_Name": "MB_HSC_TEMP_C",
"vin_Name": "MB_HSC_VIN_VOLT_V",
"vout1_Name": "MB_HSC_VOUT_VOLT_V"