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

From: Abel Vesa
Date: Wed Jul 23 2025 - 06:39:29 EST


The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c78865241ecffaff7ce5db00ed5b71c1a70c0ff1:

MAINTAINERS: Update i.MX Clock Entry (2025-07-21 10:33:57 +0300)

----------------------------------------------------------------
i.MX clock changes for 6.17

- Document bindings for i.MX94 LVDS/Display CSR
- Fix synchronous abort in i.MX95 BLK CTL driver
- Rename LVDS and displaymix CSR BLK needed for supporting i.MX943
- Add i.MX94 LVDS/Display CSR clock to the i.MX95 BLK CTL
- Update MAINTAINERS entry to include both nxp,imx* and fsl,imx*

----------------------------------------------------------------
Laurentiu Palcu (1):
clk: imx95-blk-ctl: Fix synchronous abort

Peng Fan (3):
dt-bindings: clock: Add support for i.MX94 LVDS/DISPLAY CSR
clk: imx95-blk-ctl: Add clock for i.MX94 LVDS/Display CSR
MAINTAINERS: Update i.MX Clock Entry

Sandor Yu (1):
clk: imx95-blk-ctl: Rename lvds and displaymix csr blk

Xiaolei Wang (1):
clk: imx: Fix an out-of-bounds access in dispmix_csr_clk_dev_data

.../bindings/clock/nxp,imx95-blk-ctl.yaml | 2 +
MAINTAINERS | 4 +-
drivers/clk/imx/clk-imx95-blk-ctl.c | 95 +++++++++++++++++-----
include/dt-bindings/clock/nxp,imx94-clock.h | 13 +++
4 files changed, 91 insertions(+), 23 deletions(-)
create mode 100644 include/dt-bindings/clock/nxp,imx94-clock.h