On Mon, Mar 24, 2025 at 6:34 PM Fabio Estevam <feste...@gmail.com> wrote: > > Hi Adam, > > On Mon, Mar 24, 2025 at 8:27 PM Adam Ford <aford...@gmail.com> wrote: > > > > There is a config option to run the PMIC at nominal voltages > > which is not enabled on the i.MX8MP Beacon kit, so it the PMIC > > runs at overdrive voltages. Unfortuately, the check for this > > condition to set the GIC clock parent and rate is backwards from > > what it should be, and accidentally sets the GIC clock to nominal > > if the PMIC is in overdrive, and sets the GIC clock to overdrive > > if the PMIC is in nominal. Fix this by inverting the logic on the > > check. > > > > Fixes: ab53bd43dbde ("arm64: imx: Add support for imx8mp-beacon-kit") > > Signed-off-by: Adam Ford <aford...@gmail.com> > > Is this U-Boot 2025.04 material, or can it wait until 2025.07?
It's been wrong since the beginning, and I only ran into it by accident, so it's not obvious. It can wait until 2025.07. thanks adam