summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2020-01-09 14:57:46 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2020-01-15 08:46:24 -0600
commit149d7cc96d6870d4b65c5374cd2ebcaba0558459 (patch)
tree14ab5a7123d1a8513fe409cd8bfa484c9712ad6d
parentc3d65931f9e90d985a2c2ae4060ab3ad8e82b48d (diff)
downloadtalos-hostboot-149d7cc96d6870d4b65c5374cd2ebcaba0558459.tar.gz
talos-hostboot-149d7cc96d6870d4b65c5374cd2ebcaba0558459.zip
Fix pmic_status_tool exiting before checking both PMICs
Change-Id: I018a20f6863a7edde3e9dc26fa761444ddbde56e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89469 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@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: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89485 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: Daniel M Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/ocmb/common/include/pmic_regs_fld.H6
1 files changed, 3 insertions, 3 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 b8f689e1f..b5139939a 100644
--- a/src/import/chips/ocmb/common/include/pmic_regs_fld.H
+++ b/src/import/chips/ocmb/common/include/pmic_regs_fld.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2019 */
+/* Contributors Listed Below - COPYRIGHT 2019,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -156,8 +156,8 @@ struct pmicFields<mss::pmic::product::JEDEC_COMPLIANT>
// R2B - bit positions flipped (0 is for bit7, 1 is for bit6, etc)
static constexpr uint8_t R2B_LDO_1P8_VOLT_SETTING_START = 0x00;
static constexpr uint8_t R2B_LDO_1P8_VOLT_SETTING_LENGTH = 0x02;
- static constexpr uint8_t R2B_LDO_1P0_VOLT_SETTING_START = 0x05;
- static constexpr uint8_t R2B_LDO_1P0_VOLT_SETTING_LENGTH = 0x02;
+ static constexpr uint8_t R2B_LDO_1P1_VOLT_SETTING_START = 0x05;
+ static constexpr uint8_t R2B_LDO_1P1_VOLT_SETTING_LENGTH = 0x02;
// R2F
static constexpr uint8_t R2F_SWA_REGULATOR_CONTROL = 0x06;
OpenPOWER on IntegriCloud