Skip to content

Commit ebb4f1e

Browse files
JackyBaiabelvesa
authored andcommitted
clk: imx93: Correct the edma1's parent clock
For EDMA1 in AONMIX, its parent clock should be from cm33_root, so Correct it. Fixes: 24defbe("clk: imx: add i.MX93 clk") Signed-off-by: Jacky Bai <[email protected]> Signed-off-by: Peng Fan <[email protected]> Reviewed-by: Peng Fan <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
1 parent 1e3c837 commit ebb4f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/imx/clk-imx93.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ static const struct imx93_clk_ccgr {
160160
{ IMX93_CLK_SEMA2_GATE, "sema2", "bus_wakeup_root", 0x8480, },
161161
{ IMX93_CLK_MU_A_GATE, "mu_a", "bus_aon_root", 0x84c0, },
162162
{ IMX93_CLK_MU_B_GATE, "mu_b", "bus_aon_root", 0x8500, },
163-
{ IMX93_CLK_EDMA1_GATE, "edma1", "wakeup_axi_root", 0x8540, },
163+
{ IMX93_CLK_EDMA1_GATE, "edma1", "m33_root", 0x8540, },
164164
{ IMX93_CLK_EDMA2_GATE, "edma2", "wakeup_axi_root", 0x8580, },
165165
{ IMX93_CLK_FLEXSPI1_GATE, "flexspi", "flexspi_root", 0x8640, },
166166
{ IMX93_CLK_GPIO1_GATE, "gpio1", "m33_root", 0x8880, },

0 commit comments

Comments
 (0)