mbox series

[v2,0/2] clk: imx93: Move IMX93_CLK_END macro to clk driver

Message ID 20240627082426.394937-1-pengfei.li_1@nxp.com (mailing list archive)
Headers show
Series clk: imx93: Move IMX93_CLK_END macro to clk driver | expand

Message

Pengfei Li June 27, 2024, 8:24 a.m. UTC
'IMX93_CLK_END' macro was previously defined in imx93-clock.h to
indicate the number of clocks, but it is not part of the ABI, so
it should be moved to clk driver.

---
Change for v2:
- Use pre-processor define to simplify code.
- link to v1: https://lore.kernel.org/all/20240625175147.94985-1-pengfei.li_1@nxp.com/

Pengfei Li (2):
  clk: imx93: Move IMX93_CLK_END macro to clk driver
  dt-bindings: clock: imx93: Drop IMX93_CLK_END macro definition

 drivers/clk/imx/clk-imx93.c             | 2 ++
 include/dt-bindings/clock/imx93-clock.h | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)