mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
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: 036a4b4b4d
("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>
This commit is contained in:
parent
0a22b3a6f4
commit
ab2c30f6bb
@ -50,8 +50,8 @@ static u32 imx8dxl_clk_scu_rsrc_table[] = {
|
||||
IMX_SC_R_MLB_0,
|
||||
IMX_SC_R_USB_1,
|
||||
IMX_SC_R_NAND,
|
||||
IMX_SC_R_M4_0_I2C,
|
||||
IMX_SC_R_M4_0_UART,
|
||||
IMX_SC_R_M4_0_I2C,
|
||||
IMX_SC_R_ELCDIF_PLL,
|
||||
IMX_SC_R_AUDIO_PLL_0,
|
||||
IMX_SC_R_AUDIO_PLL_1,
|
||||
|
Loading…
Reference in New Issue
Block a user