Skip to content

Commit c5b11ee

Browse files
agxShawn Guo
authored andcommitted
dt-bindings: imx8mq: Number clocks consecutively
This fixes a duplicate use of 232 and numbers the clocks without holes. Fixes: 1cf3817 ("dt-bindings: Add binding for i.MX8MQ CCM") Signed-off-by: Guido Günther <agx@sigxcpu.org> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent ba0f456 commit c5b11ee

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

include/dt-bindings/clock/imx8mq-clock.h

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
#define IMX8MQ_CLK_VPU_G2_ROOT 241
351351

352352
/* SCCG PLL GATE */
353-
#define IMX8MQ_SYS1_PLL_OUT 232
353+
#define IMX8MQ_SYS1_PLL_OUT 242
354354
#define IMX8MQ_SYS2_PLL_OUT 243
355355
#define IMX8MQ_SYS3_PLL_OUT 244
356356
#define IMX8MQ_DRAM_PLL_OUT 245
@@ -372,24 +372,24 @@
372372
/* txesc clock */
373373
#define IMX8MQ_CLK_DSI_IPG_DIV 256
374374

375-
#define IMX8MQ_CLK_TMU_ROOT 265
375+
#define IMX8MQ_CLK_TMU_ROOT 257
376376

377377
/* Display root clocks */
378-
#define IMX8MQ_CLK_DISP_AXI_ROOT 266
379-
#define IMX8MQ_CLK_DISP_APB_ROOT 267
380-
#define IMX8MQ_CLK_DISP_RTRM_ROOT 268
378+
#define IMX8MQ_CLK_DISP_AXI_ROOT 258
379+
#define IMX8MQ_CLK_DISP_APB_ROOT 259
380+
#define IMX8MQ_CLK_DISP_RTRM_ROOT 260
381381

382-
#define IMX8MQ_CLK_OCOTP_ROOT 269
382+
#define IMX8MQ_CLK_OCOTP_ROOT 261
383383

384-
#define IMX8MQ_CLK_DRAM_ALT_ROOT 270
385-
#define IMX8MQ_CLK_DRAM_CORE 271
384+
#define IMX8MQ_CLK_DRAM_ALT_ROOT 262
385+
#define IMX8MQ_CLK_DRAM_CORE 263
386386

387-
#define IMX8MQ_CLK_MU_ROOT 272
388-
#define IMX8MQ_VIDEO2_PLL_OUT 273
387+
#define IMX8MQ_CLK_MU_ROOT 264
388+
#define IMX8MQ_VIDEO2_PLL_OUT 265
389389

390-
#define IMX8MQ_CLK_CLKO2 274
390+
#define IMX8MQ_CLK_CLKO2 266
391391

392-
#define IMX8MQ_CLK_NAND_USDHC_BUS_RAWNAND_CLK 275
392+
#define IMX8MQ_CLK_NAND_USDHC_BUS_RAWNAND_CLK 267
393393

394-
#define IMX8MQ_CLK_END 276
394+
#define IMX8MQ_CLK_END 268
395395
#endif /* __DT_BINDINGS_CLOCK_IMX8MQ_H */

0 commit comments

Comments
 (0)