[GIT PULL] clk: imx: Updates for v6.14

From: Abel Vesa
Date: Wed Jan 08 2025 - 07:37:12 EST


The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.14

for you to fetch changes up to 48806be086360846bb308c5ee21fcab8405a3da7:

clk: imx: Apply some clks only for i.MX93 (2024-12-26 16:46:03 +0200)

----------------------------------------------------------------
i.MX clock changes for 6.14

- Fix the i.MX8MP clkout1/2 support by using sys_plln_out instead of
sys_plln as parents
- Add 208 MHz and 416 MHz entries to the PLL1416x
- Fix the i.MX93 provider by adding the SPDIF IPG clock
- Fix the i.MX93 xcvr DT node clocks by using SPDIF IRP clock instead of
BUS_WAKEUP
- Filter out LVDS, MIPI DSI, PXP, FLEXIO and MU clocks to i.MX93 only

----------------------------------------------------------------
Marek Vasut (2):
clk: imx8mp: Fix clkout1/2 support
clk: imx: pll14xx: Add 208 MHz and 416 MHz entries for PLL1416x

Peng Fan (1):
clk: imx: Apply some clks only for i.MX93

Shengjiu Wang (3):
dt-bindings: clock: imx93: Add SPDIF IPG clk
clk: imx93: Add IMX93_CLK_SPDIF_IPG clock
arm64: dts: imx93: Use IMX93_CLK_SPDIF_IPG as SPDIF IPG clock

arch/arm64/boot/dts/freescale/imx93.dtsi | 2 +-
drivers/clk/imx/clk-imx8mp.c | 5 +++--
drivers/clk/imx/clk-imx93.c | 32 +++++++++++++++++---------------
drivers/clk/imx/clk-pll14xx.c | 2 ++
include/dt-bindings/clock/imx93-clock.h | 1 +
5 files changed, 24 insertions(+), 18 deletions(-)