[PATCH 1/2] mxs: Fix VDDx brownout interrupt disable/enable
Cody Green
cody at londelec.com
Mon Jul 3 20:33:31 CEST 2023
On Mon, Jul 3, 2023 at 5:40 PM Marek Vasut <marex at denx.de> wrote:
>
> On 7/3/23 18:33, Cody Green wrote:
> > HW_POWER_CTRL register contains brownout interrupt
> > enable bits ENIRQ_VDDIO_BO, ENIRQ_VDDA_BO and
> > ENIRQ_VDDD_BO.
>
> So what does this patch do (that is missing in the commit message) ?
There are incorrect registers HW_POWER_VDDIOCTRL, HW_POWER_VDDACTRL
and HW_POWER_VDDDCTRL used in the current code to disable/enable
brownout interrupts in 'mxs_power_set_vddx()'. This patch ensures the
correct register HW_POWER_CTRL is used.
Sorry for the unspecific commit message, I will amend the patch.
More information about the U-Boot
mailing list