commit | e5b6e5cd23940dba2ff29849e09dce6aa9268cfa | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Oct 01 21:07:53 2024 +0800 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Oct 04 09:15:15 2024 -0300 |
tree | 87f9dc2430b88076763ad6b923150d78f0c23d8a | |
parent | 4b3e6568bd8c85dc6f2f6cef4b56bd2f3bb2bc30 [diff] |
mmc: fsl_esdhc_imx: Enable AHB/IPG clk with clk bulk API With partition reset supported for i.MX8QM/QXP/95 and etc, when linux mmc runtime suspended, the mmc clks are gated off. While at same time system controller reset Cortex-A cores because of various reasons( WDOG timeout and etc), with SPL run again, only enable PER clk is not enough, also need to enable AHB/IPG clk, here use clk bulk API to enable all the clocks. Signed-off-by: Peng Fan <peng.fan@nxp.com>