Skip to content

Commit ab2c30f

Browse files
ViorelSumanabelvesa
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 <viorel.suman@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Abel Vesa <abel.vesa@linaro.org> Link: https://lore.kernel.org/r/20230912-imx8-clk-v1-v1-1-69a34bcfcae1@nxp.com Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
1 parent 0a22b3a commit ab2c30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)