commit | 2b2508427c59c692a7bcd0512150b7b8803abb0e | [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 | 53c2810bb96eeb109e91451f5fce9ed255e00975 [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>