summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/common/include/pmic_regs_fld.H
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2019-04-10 17:25:23 -0400
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-05-29 15:21:13 -0500
commitee52194d04b1a2449e49cb759ea0e7e82bb1b75a (patch)
treea972edd0ab2bc746a6f92f6abd150af07988988d /src/import/chips/ocmb/common/include/pmic_regs_fld.H
parent678ca9786f8a7425db0b7d43331d074220d96794 (diff)
downloadtalos-hostboot-ee52194d04b1a2449e49cb759ea0e7e82bb1b75a.tar.gz
talos-hostboot-ee52194d04b1a2449e49cb759ea0e7e82bb1b75a.zip
Add code for PMIC bias procedure & UTs
Change-Id: I351c74f73624f46b195d37efbf407e1ff95006bf Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77317 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77775 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/common/include/pmic_regs_fld.H')
-rw-r--r--src/import/chips/ocmb/common/include/pmic_regs_fld.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/common/include/pmic_regs_fld.H b/src/import/chips/ocmb/common/include/pmic_regs_fld.H
index 2eb348df9..67b36b305 100644
--- a/src/import/chips/ocmb/common/include/pmic_regs_fld.H
+++ b/src/import/chips/ocmb/common/include/pmic_regs_fld.H
@@ -72,6 +72,8 @@ struct pmicFields<mss::pmic::product::JEDEC_COMPLIANT>
static constexpr uint8_t VIN_BULK_INPUT_PWR_GOOD_STATUS = 0x07;
static constexpr uint8_t DELAY_FLD_LENGTH = 3;
+ static constexpr uint8_t VOLTAGE_SETTING_START = 0;
+ static constexpr uint8_t VOLTAGE_SETTING_LENGTH = 7;
};
#endif
OpenPOWER on IntegriCloud