Skip to content

Commit a6a40d5

Browse files
Anson-HuangShawn Guo
authored andcommitted
arm64: dts: imx8mm: Use correct clock for usdhc's ipg clk
On i.MX8MM, usdhc's ipg clock is from IMX8MM_CLK_IPG_ROOT, assign it explicitly instead of using IMX8MM_CLK_DUMMY. Fixes: a05ea40 ("arm64: dts: imx: Add i.mx8mm dtsi support") Signed-off-by: Anson Huang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent b075929 commit a6a40d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/freescale/imx8mm.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
compatible = "fsl,imx8mm-usdhc", "fsl,imx7d-usdhc";
695695
reg = <0x30b40000 0x10000>;
696696
interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
697-
clocks = <&clk IMX8MM_CLK_DUMMY>,
697+
clocks = <&clk IMX8MM_CLK_IPG_ROOT>,
698698
<&clk IMX8MM_CLK_NAND_USDHC_BUS>,
699699
<&clk IMX8MM_CLK_USDHC1_ROOT>;
700700
clock-names = "ipg", "ahb", "per";
@@ -710,7 +710,7 @@
710710
compatible = "fsl,imx8mm-usdhc", "fsl,imx7d-usdhc";
711711
reg = <0x30b50000 0x10000>;
712712
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
713-
clocks = <&clk IMX8MM_CLK_DUMMY>,
713+
clocks = <&clk IMX8MM_CLK_IPG_ROOT>,
714714
<&clk IMX8MM_CLK_NAND_USDHC_BUS>,
715715
<&clk IMX8MM_CLK_USDHC2_ROOT>;
716716
clock-names = "ipg", "ahb", "per";
@@ -724,7 +724,7 @@
724724
compatible = "fsl,imx8mm-usdhc", "fsl,imx7d-usdhc";
725725
reg = <0x30b60000 0x10000>;
726726
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
727-
clocks = <&clk IMX8MM_CLK_DUMMY>,
727+
clocks = <&clk IMX8MM_CLK_IPG_ROOT>,
728728
<&clk IMX8MM_CLK_NAND_USDHC_BUS>,
729729
<&clk IMX8MM_CLK_USDHC3_ROOT>;
730730
clock-names = "ipg", "ahb", "per";

0 commit comments

Comments
 (0)