[PATCH v2 0/2] Add a clock driver for the imx8mq

Angus Ainslie angus at akkea.ca
Fri Mar 11 17:35:34 CET 2022


This is a DM clock driver for the imx8mq based on the linux kernel
driver and the u-boot imx8mm clock driver.

Changes since v1:

More verbose clock driver description
Added forgotten dt-bindings
Synced PLL frequencies with mainline kernel


Angus Ainslie (2):
  dt-bindings: imx8mq-clock: add mainline definitions
  clk: imx8mq: Add a clock driver for the imx8mq

 drivers/clk/imx/Kconfig                  |  16 +
 drivers/clk/imx/Makefile                 |   2 +
 drivers/clk/imx/clk-imx8mq.c             | 575 +++++++++++++++++++++++
 include/dt-bindings/clock/imx8mq-clock.h |  16 +-
 4 files changed, 608 insertions(+), 1 deletion(-)
 create mode 100644 drivers/clk/imx/clk-imx8mq.c

-- 
2.25.1



More information about the U-Boot mailing list