Patch "ARM: dts: imxrt1050: Fix clocks for mmc" has been added to the 6.12-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: dts: imxrt1050: Fix clocks for mmc

to the 6.12-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-imxrt1050-fix-clocks-for-mmc.patch
and it can be found in the queue-6.12 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 39d9b4b5e04d1213eccbb858fccd69bb3f6264e1
Author: Jesse Taube <Mr.Bossman075@xxxxxxxxx>
Date:   Mon Nov 18 10:36:41 2024 -0500

    ARM: dts: imxrt1050: Fix clocks for mmc
    
    [ Upstream commit 5f122030061db3e5d2bddd9cf5c583deaa6c54ff ]
    
    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@xxxxxxxxx>
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi b/arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi
index dd714d235d5f..b0bad0d1ba36 100644
--- a/arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imxrt1050.dtsi
@@ -87,7 +87,7 @@ usdhc1: mmc@402c0000 {
 			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>;




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux