Skip to content

Commit b075929

Browse files
Anson-HuangShawn Guo
authored andcommitted
arm64: dts: imx8mq: Use correct clock for usdhc's ipg clk
On i.MX8MQ, usdhc's ipg clock is from IMX8MQ_CLK_IPG_ROOT, assign it explicitly instead of using IMX8MQ_CLK_DUMMY. Fixes: 748f908 ("arm64: add basic DTS for i.MX8MQ") Signed-off-by: Anson Huang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 252b9e2 commit b075929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@
850850
"fsl,imx7d-usdhc";
851851
reg = <0x30b40000 0x10000>;
852852
interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
853-
clocks = <&clk IMX8MQ_CLK_DUMMY>,
853+
clocks = <&clk IMX8MQ_CLK_IPG_ROOT>,
854854
<&clk IMX8MQ_CLK_NAND_USDHC_BUS>,
855855
<&clk IMX8MQ_CLK_USDHC1_ROOT>;
856856
clock-names = "ipg", "ahb", "per";
@@ -867,7 +867,7 @@
867867
"fsl,imx7d-usdhc";
868868
reg = <0x30b50000 0x10000>;
869869
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
870-
clocks = <&clk IMX8MQ_CLK_DUMMY>,
870+
clocks = <&clk IMX8MQ_CLK_IPG_ROOT>,
871871
<&clk IMX8MQ_CLK_NAND_USDHC_BUS>,
872872
<&clk IMX8MQ_CLK_USDHC2_ROOT>;
873873
clock-names = "ipg", "ahb", "per";

0 commit comments

Comments
 (0)