Skip to content

Commit ab2c30f

Browse files
Viorel Sumanabelvesa
authored andcommitted
clk: imx: imx8dxl-rsrc: keep sorted in the ascending order
Entries in imx8dxl_clk_scu_rsrc_table must be kept in the ascending order, and IMX_SC_R_M4_0_UART < IMX_SC_R_M4_0_I2C. Fixes: 036a4b4 ("clk: imx: Add imx8dxl clk driver") Signed-off-by: Viorel Suman <[email protected]> Signed-off-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 0a22b3a commit ab2c30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/imx/clk-imx8dxl-rsrc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ static u32 imx8dxl_clk_scu_rsrc_table[] = {
5050
IMX_SC_R_MLB_0,
5151
IMX_SC_R_USB_1,
5252
IMX_SC_R_NAND,
53-
IMX_SC_R_M4_0_I2C,
5453
IMX_SC_R_M4_0_UART,
54+
IMX_SC_R_M4_0_I2C,
5555
IMX_SC_R_ELCDIF_PLL,
5656
IMX_SC_R_AUDIO_PLL_0,
5757
IMX_SC_R_AUDIO_PLL_1,

0 commit comments

Comments
 (0)