From 149d7cc96d6870d4b65c5374cd2ebcaba0558459 Mon Sep 17 00:00:00 2001 From: Mark Pizzutillo Date: Thu, 9 Jan 2020 14:57:46 -0500 Subject: 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 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89485 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M Crowell --- src/import/chips/ocmb/common/include/pmic_regs_fld.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 // 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; -- cgit v1.2.1