On Tue, Apr 15, 2025 at 1:55 PM Marek Vasut <ma...@denx.de> wrote: > Do you have af9cdd1ccd2d ("Revert "arm64: dts: imx8mn: Include 32kHz > oscillator clock in SPL DTs"") in place ? If so, try and revert it, does > it help ?
It seems I have not pushed the "Revert "arm64: dts: imx8mn: Include 32kHz oscillator clock in SPL DTs" fix. Sorry about that. As Francesco is using imx8mp, then I guess we also need to do the same for imx8mp: diff --git a/arch/arm/dts/imx8mn-u-boot.dtsi b/arch/arm/dts/imx8mn-u-boot.dtsi index 96a6df94c6cf..6cc910ee9835 100644 --- a/arch/arm/dts/imx8mn-u-boot.dtsi +++ b/arch/arm/dts/imx8mn-u-boot.dtsi @@ -68,11 +68,6 @@ bootph-all; }; -&osc_32k { - bootph-pre-ram; - bootph-all; -}; - #ifdef CONFIG_FSL_CAAM &sec_jr0 { bootph-pre-ram; diff --git a/arch/arm/dts/imx8mp-u-boot.dtsi b/arch/arm/dts/imx8mp-u-boot.dtsi index 6de9ab5d37cf..35af412f01b0 100644 --- a/arch/arm/dts/imx8mp-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-u-boot.dtsi @@ -37,11 +37,6 @@ /delete-property/ assigned-clock-rates; }; -&osc_32k { - bootph-pre-ram; - bootph-all; -}; - &osc_24m { bootph-pre-ram; bootph-all; Does this fix the boot problem?