Dear TI,
Sometimes it will cause an auto reboot in our project after the shutdown command . I measure the signal ,When the auto reboot occurs, the TPS65217C PWR_EN signal will be Low -> High.
Since the TPS65217C PWR_EN pin is controlled by the AM3352 PMIC_POWER_EN pin. The kernel driver can't control it.
When executing shutdown now command, kernel driver call pm_power_off().
AM3352 will release the control of the pin at this time . TPS65217C set this pin to pull LOW. Once an auto reboot occurs, I want to know
why AM3352 sets this PMIC_POWER_EN pin to high .