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

From: Abel Vesa
Date: Wed Sep 04 2024 - 05:57:31 EST


The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 32c055ef563c3a4a73a477839f591b1b170bde8e:

clk: imx6ul: fix clock parent for IMX6UL_CLK_ENETx_REF_SEL (2024-09-04 12:39:38 +0300)

----------------------------------------------------------------
i.MX clocks changes for 6.12

- Use clk_hw pointer instead of fw_name for acm_aud_clk[0-1]_sel clocks
on i.MX8Q as parents in ACM provider
- Add i.MX95 NETCMIX support to the block control provider
- Fix parents for ENETx_REF_SEL clocks on i.MX6UL

----------------------------------------------------------------
Michel Alex (1):
clk: imx6ul: fix clock parent for IMX6UL_CLK_ENETx_REF_SEL

Shengjiu Wang (1):
clk: imx: imx8: Use clk_hw pointer for self registered clock in clk_parent_data

Wei Fang (3):
dt-bindings: clock: add i.MX95 NETCMIX block control
dt-bindings: clock: add RMII clock selection
clk: imx95: enable the clock of NETCMIX block control

.../bindings/clock/nxp,imx95-blk-ctl.yaml | 1 +
drivers/clk/imx/clk-imx6ul.c | 4 +--
drivers/clk/imx/clk-imx8-acm.c | 38 +++++++++++++++++-----
drivers/clk/imx/clk-imx95-blk-ctl.c | 30 +++++++++++++++++
include/dt-bindings/clock/nxp,imx95-clock.h | 3 ++
5 files changed, 65 insertions(+), 11 deletions(-)