mbox series

[0/4] imx: add i.MX93 clk bindings and driver

Message ID 20220215081835.790311-1-peng.fan@oss.nxp.com (mailing list archive)
Headers show
Series imx: add i.MX93 clk bindings and driver | expand

Message

Peng Fan (OSS) Feb. 15, 2022, 8:18 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

Add i.MX93 clk bindings and clk driver

Peng Fan (4):
  dt-bindings: clock: Add imx93 clock support
  clk: imx: add i.MX93 composite clk
  clk: imx: support fracn gppll
  clk: imx: add i.MX93 clk

 .../bindings/clock/imx93-clock.yaml           |  63 ++++
 drivers/clk/imx/Kconfig                       |   6 +
 drivers/clk/imx/Makefile                      |   4 +
 drivers/clk/imx/clk-composite-93.c            |  93 +++++
 drivers/clk/imx/clk-fracn-gppll.c             | 327 +++++++++++++++++
 drivers/clk/imx/clk-imx93.c                   | 338 ++++++++++++++++++
 drivers/clk/imx/clk.h                         |  30 ++
 include/dt-bindings/clock/imx93-clock.h       | 200 +++++++++++
 8 files changed, 1061 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/imx93-clock.yaml
 create mode 100644 drivers/clk/imx/clk-composite-93.c
 create mode 100644 drivers/clk/imx/clk-fracn-gppll.c
 create mode 100644 drivers/clk/imx/clk-imx93.c
 create mode 100644 include/dt-bindings/clock/imx93-clock.h