LP8725 PMIC has a 'BUCK2_FLAG MASK' bit (bit7) in BUCKCONTROL (0x0C) register
We are finding that if this bit is changed from 1 (mask the BUCK OK flag) to 0 (no masking of BUCK OK flag)
this causes the PMIC fault detection functionality to assert its RESET_N output, resetting our MCU - which it shouldn't if BUCK2 is OK.
BUCK2 is our always on MCU VDD_1V8 supply
'BUCK1_FLAG MASK' can be in either state without causing a reset.
BUCK1 is unused and disabled by our MCU firmware
However if BUCK1 regulator is changed from disabled to enabled, then the 'BUCK2_FLAG MASK' bit can be unmasked without causing a reset.
Again 'BUCK1_FLAG MASK' can be in either state without causing a reset