k3: pmic: Clear ESM masks
authorNeha Malcom Francis <n-francis@ti.com>
Wed, 5 Apr 2023 10:54:35 +0000 (16:24 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 4 May 2023 17:03:54 +0000 (13:03 -0400)
commit8048a34376b1fa5856d646e188311533c51729fc
tree7e5d6145ff6b76113d02152461a7d829f63ef95f
parent7f30eec1779b8f641b9563a1dab6a6865916ec01
k3: pmic: Clear ESM masks

ESM MCU masks must be set to 0h so that PMIC can handle errors
that require attention for example SYS_SAFETY_ERRn. The required bits
must be cleared: ESM_MCU_RST_MASK, ESM_MCU_FAIL_MASK, ESM_MCU_PIN_MASK.

If PMIC expected to handle errors, make sure EVM is configured to
connect SOC_SAFETY_ERRz (Main) to the PMIC.

Note that even though the User Guide for TPS65941 for J721E mentions
that these bits are reset to 0h; it is not reflected once board boots to
kernel, possibly due to NVM configurations. Eithercase, it is best to
account for this from R5 SPL side as well.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
drivers/misc/esm_pmic.c