[PATCH v3 0/3] Add iMX91 clock driver support

Pengfei Li posted 3 patches 1 month, 2 weeks ago
There is a newer version of this series
.../bindings/clock/imx93-clock.yaml           |  1 +
drivers/clk/imx/clk-imx93.c                   | 63 ++++++++++++-------
include/dt-bindings/clock/imx93-clock.h       |  6 +-
3 files changed, 46 insertions(+), 24 deletions(-)
[PATCH v3 0/3] Add iMX91 clock driver support
Posted by Pengfei Li 1 month, 2 weeks ago
This patch set is to add some new clocks to binding header and driver.

'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, which
contradicts this define when adding new clocks, so it should be
moved to clk driver.

---
Change for v3:
- Add some new clocks to the bindings header.
- Move _CLK_END macro to the clock driver.
- Add iMX91 clock driver
- link to v2: https://lore.kernel.org/all/a07828a4-8040-42cb-8c62-8939cac4d9de@kernel.org/

Pengfei Li (3):
  dt-bindings: clock: Add i.MX91 clock support
  dt-bindings: clock: Add i.MX91 clock definition
  clk: imx: add i.MX91 clk

 .../bindings/clock/imx93-clock.yaml           |  1 +
 drivers/clk/imx/clk-imx93.c                   | 63 ++++++++++++-------
 include/dt-bindings/clock/imx93-clock.h       |  6 +-
 3 files changed, 46 insertions(+), 24 deletions(-)

-- 
2.34.1