]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: imxrt1050-evk: Fix missing clocks for mmc
authorJesse Taube <mr.bossman075@gmail.com>
Fri, 25 Oct 2024 02:02:26 +0000 (22:02 -0400)
committerFabio Estevam <festevam@gmail.com>
Fri, 25 Oct 2024 23:11:24 +0000 (20:11 -0300)
commit1a8d89b7ab9993d346382f6902310b52fd74bdee
treef906f30c87f9da7e20495d8c8a16beb03199a020
parent1ecbbdda5f1a6572ab803fadc3365369b718e74b
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>
arch/arm/dts/imxrt1050.dtsi
drivers/clk/imx/clk-imxrt1050.c