When we troubleshoot some problems with the PMIC, we find that some interrupt registers have the following values
0x5A=0x18 ; 0x65=0x02 ; 0x66=0x01;
From the manual, we know that ENABLE_INT and BIST_PASS_INT interrupts are triggered, so we want to clear these two interrupt flags by writing 1.
However, when I went to clear the BIST_PASS_INT flag bit, it worked, but when I went to clear the ENABLE_INT flag, the PMIC power off.
I want to know if I can do this and what is the cause of the power off