summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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