[PATCH] arm64: dts: imx8mm: Make osc_32k available in SPL
Fabio Estevam
festevam at gmail.com
Mon Apr 28 18:09:34 CEST 2025
On Fri, Apr 25, 2025 at 2:39 PM Fabio Estevam <festevam at gmail.com> wrote:
>
> From: Fabio Estevam <festevam at denx.de>
>
> Since commit b4734c9c333b ("clk: imx: Convert clock-osc-* back to osc_*")
> SPL takes a long time to load U-Boot proper on an imx8mm-evk board.
>
> The reason for the long delay is because the osc_32k clock is not available
> in the SPL phase.
>
> Fix this problem by passing the 'bootph-all' and 'bootph-pre-ram'
> properties to make the osc_32k clock available in SPL.
>
> This also aligns with imx8mn and imx8mp-u-boot.dtsi files.
>
> Fixes: b4734c9c333b ("clk: imx: Convert clock-osc-* back to osc_*")
> Suggested-by: Marek Vasut <marex at denx.de>
> Signed-off-by: Fabio Estevam <festevam at denx.de>
> ---
> Changes since v1:
> - Sent a standalone patch that makes osc_32k available in SPL. (Marek)
Applied, thanks.
More information about the U-Boot
mailing list