The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.8
for you to fetch changes up to f52f00069888e410cec718792b3e314624f209ea:
clk: imx: pll14xx: change naming of fvco to fout (2023-12-21 15:00:00 +0200)
----------------------------------------------------------------
i.MX clocks changes for 6.8
- Document bindings for i.MX93 ANATOP clock driver
- Free clk_node in SCU driver for resource with different owner
- Update the LVDS clocks to be compatible with SCU firmware 1.15
- Fix the name of the fvco in pll14xx by renaming it to fout
----------------------------------------------------------------
Alexander Stein (1):
clk: imx: clk-imx8qxp: fix LVDS bypass, pixel and phy clocks
Kuan-Wei Chiu (1):
clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()
Peng Fan (1):
dt-bindings: clock: support i.MX93 ANATOP clock module
Shengjiu Wang (1):
clk: imx: pll14xx: change naming of fvco to fout
.../bindings/clock/fsl,imx93-anatop.yaml | 42 ++++++++++++++++++++++
drivers/clk/imx/clk-imx8qxp.c | 24 ++++++++++---
drivers/clk/imx/clk-pll14xx.c | 23 ++++++------
drivers/clk/imx/clk-scu.c | 4 ++-
4 files changed, 77 insertions(+), 16 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/fsl,imx93-anatop.yaml
Quoting Abel Vesa (2023-12-21 05:26:34)
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
>
> Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.8
>
> for you to fetch changes up to f52f00069888e410cec718792b3e314624f209ea:
>
> clk: imx: pll14xx: change naming of fvco to fout (2023-12-21 15:00:00 +0200)
>
> ----------------------------------------------------------------
Thanks. Pulled into clk-next