Re: [PATCH] ARM: imx: Make PLL settings configurable at board level

2024-09-02 Thread Fabio Estevam
On Tue, Aug 27, 2024 at 5:04 PM Marek Vasut wrote: > > Staticize intpll_configure(). Add weak board_imx_intpll_override() > function which can be defined at board level to override specific > PLL frequency settings early during boot. This can be used to for > example force faster CPU core clock fr

[PATCH] ARM: imx: Make PLL settings configurable at board level

2024-08-27 Thread Marek Vasut
Staticize intpll_configure(). Add weak board_imx_intpll_override() function which can be defined at board level to override specific PLL frequency settings early during boot. This can be used to for example force faster CPU core clock frequency if the hardware can handle it. Example of increasing