commit | 1a8d89b7ab9993d346382f6902310b52fd74bdee | [log] [tgz] |
---|---|---|
author | Jesse Taube <mr.bossman075@gmail.com> | Thu Oct 24 22:02:26 2024 -0400 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Oct 25 20:11:24 2024 -0300 |
tree | f906f30c87f9da7e20495d8c8a16beb03199a020 | |
parent | 1ecbbdda5f1a6572ab803fadc3365369b718e74b [diff] |
imx: imxrt1050-evk: Fix missing clocks for mmc Two of the clocks required by the usdhc1 controller are missing from the clock controller node. A recent change enables all the clocks in the esdhc node, which fails as they are not defined in the clock controller. Fixes: 76332fae769 ("mmc: fsl_esdhc_imx: Enable AHB/IPG clk with clk bulk API") Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com> Cc: Peng Fan <peng.fan@nxp.com>