mbox series

[0/6] clk: imx: imx93: fix and update

Message ID 20230331064629.2475338-1-peng.fan@oss.nxp.com (mailing list archive)
Headers show
Series clk: imx: imx93: fix and update | expand

Message

Peng Fan (OSS) March 31, 2023, 6:46 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

Patch 1,2 is fix the freq table and set rate flow
Patch 3,4,5 is to support integer, A55 clk, mcore_booted parameter

Jacky Bai (1):
  clk: imx: Add 300MHz freq support for imx9 pll

Peng Fan (5):
  clk: imx: fracn-gppll: fix the rate table
  clk: imx: fracn-gppll: disable hardware select control
  clk: imx: imx93: add mcore_booted module paratemter
  clk: imx: fracn-gppll: support integer pll
  clk: imx: imx93: Add nic and A55 clk

 drivers/clk/imx/clk-composite-93.c      |  8 ++-
 drivers/clk/imx/clk-fracn-gppll.c       | 89 +++++++++++++++++++++----
 drivers/clk/imx/clk-imx93.c             | 19 +++++-
 drivers/clk/imx/clk.h                   |  7 ++
 include/dt-bindings/clock/imx93-clock.h |  6 +-
 5 files changed, 111 insertions(+), 18 deletions(-)