Skip to content

Commit ea65aba

Browse files
Anson-HuangShawn Guo
authored andcommitted
arm64: dts: imx8mn: Use correct clock for usdhc's ipg clk
On i.MX8MN, usdhc's ipg clock is from IMX8MN_CLK_IPG_ROOT, assign it explicitly instead of using IMX8MN_CLK_DUMMY. Fixes: 6c3debc ("arm64: dts: freescale: Add i.MX8MN dtsi support") Signed-off-by: Anson Huang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent a6a40d5 commit ea65aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
compatible = "fsl,imx8mn-usdhc", "fsl,imx7d-usdhc";
570570
reg = <0x30b40000 0x10000>;
571571
interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
572-
clocks = <&clk IMX8MN_CLK_DUMMY>,
572+
clocks = <&clk IMX8MN_CLK_IPG_ROOT>,
573573
<&clk IMX8MN_CLK_NAND_USDHC_BUS>,
574574
<&clk IMX8MN_CLK_USDHC1_ROOT>;
575575
clock-names = "ipg", "ahb", "per";
@@ -585,7 +585,7 @@
585585
compatible = "fsl,imx8mn-usdhc", "fsl,imx7d-usdhc";
586586
reg = <0x30b50000 0x10000>;
587587
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
588-
clocks = <&clk IMX8MN_CLK_DUMMY>,
588+
clocks = <&clk IMX8MN_CLK_IPG_ROOT>,
589589
<&clk IMX8MN_CLK_NAND_USDHC_BUS>,
590590
<&clk IMX8MN_CLK_USDHC2_ROOT>;
591591
clock-names = "ipg", "ahb", "per";
@@ -599,7 +599,7 @@
599599
compatible = "fsl,imx8mn-usdhc", "fsl,imx7d-usdhc";
600600
reg = <0x30b60000 0x10000>;
601601
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
602-
clocks = <&clk IMX8MN_CLK_DUMMY>,
602+
clocks = <&clk IMX8MN_CLK_IPG_ROOT>,
603603
<&clk IMX8MN_CLK_NAND_USDHC_BUS>,
604604
<&clk IMX8MN_CLK_USDHC3_ROOT>;
605605
clock-names = "ipg", "ahb", "per";

0 commit comments

Comments
 (0)