diff options
author | Tom Rini <trini@konsulko.com> | 2024-11-23 21:14:15 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-11-23 21:14:15 -0600 |
commit | 5e9b16ebca7e2e7902c0da0347777d1e268c7363 (patch) | |
tree | c06c604ce9ec381a395dd64c2b5eb3cff336e35a | |
parent | 52c0e5f8a39ef022ee5ab2dfd67661d1d34941c7 (diff) | |
parent | c02cdd41877bab89ab17f922f1e19c1c4237e83a (diff) |
Merge tag 'u-boot-imx-master-20241123' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23523
- Fix a imx8mn clock driver regression where the 32kHz clock can not be
found in SPL.
-rw-r--r-- | arch/arm/dts/imx8mn-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mn-u-boot.dtsi b/arch/arm/dts/imx8mn-u-boot.dtsi index 6875c6d44ff..6d80d856365 100644 --- a/arch/arm/dts/imx8mn-u-boot.dtsi +++ b/arch/arm/dts/imx8mn-u-boot.dtsi @@ -68,6 +68,11 @@ bootph-all; }; +&osc_32k { + bootph-pre-ram; + bootph-all; +}; + #ifdef CONFIG_FSL_CAAM &sec_jr0 { bootph-pre-ram; |