Skip to content

Commit

Permalink
Fix pmic_status_tool exiting before checking both PMICs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
markypizz authored and dcrowell77 committed Jan 15, 2020
1 parent c3d6593 commit 149d7cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/import/chips/ocmb/common/include/pmic_regs_fld.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2019 */
/* Contributors Listed Below - COPYRIGHT 2019,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 149d7cc

Please sign in to comment.