]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: imxrt1050: Fix clocks for mmc
authorJesse Taube <Mr.Bossman075@gmail.com>
Mon, 18 Nov 2024 15:36:41 +0000 (10:36 -0500)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2024 12:40:23 +0000 (20:40 +0800)
One of the usdhc1 controller's clocks should be IMXRT1050_CLK_AHB_PODF not
IMXRT1050_CLK_OSC.

Fixes: 1c4f01be3490 ("ARM: dts: imx: Add i.MXRT1050-EVK support")
Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi

index dd714d235d5f6abd1650562b6e8dd1931863cdea..b0bad0d1ba36f46764113e79dcb27e6572aaebce 100644 (file)
@@ -87,7 +87,7 @@
                        reg = <0x402c0000 0x4000>;
                        interrupts = <110>;
                        clocks = <&clks IMXRT1050_CLK_IPG_PDOF>,
-                               <&clks IMXRT1050_CLK_OSC>,
+                               <&clks IMXRT1050_CLK_AHB_PODF>,
                                <&clks IMXRT1050_CLK_USDHC1>;
                        clock-names = "ipg", "ahb", "per";
                        bus-width = <4>;