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

From: Abel Vesa
Date: Fri Oct 20 2023 - 11:37:22 EST


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2838820800dcaa60f32bef715c7e2e87e049aebc:

clk: imx: imx8qm/qxp: add more resources to whitelist (2023-10-04 15:44:19 +0300)

----------------------------------------------------------------
i.MX clocks changes for 6.7

- Select MXC_CLK when building in the CLK_IMX8QXP
- Fixes for error handling paths in i.MX8 ACM driver
- Move the clocks check in i.MX8 ACM driver in order to log any error
- Drop the unused return value of clk_imx_acm_detach_pm_domains
- Drop non-existant IMX8MP_CLK_AUDIOMIX_PDM_ROOT clock
- Fix error handling in i.MX8MQ clock driver
- Allow a different LCDIF1 clock parent if DT describes it for i.MX6SX
- Keep the SCU resource table sorted in the i.MX8DXL rsrc driver
- Move the elcdif PLL clock registration above lcd_clk, as it is its parent
- Correct some ENET specific clocks for i.MX8DXL platform
- Drop the VPU_UART and VPUCORE from i.MX8QM as latest HW revision doesn't have them
- Remove "de-featured" MLB support from i.MX8QM/QXP/DXL platforms
- Skip registering clocks owned by Cortex-A partition SCU-based platforms
- Add CAN_1/2 to i.MX8QM and M4_0, PI_0_PWM_0 and PI_0_I2C_0 to i.MX8QXP resources

----------------------------------------------------------------
Abel Vesa (1):
clk: imx: Select MXC_CLK for CLK_IMX8QXP

Adam Ford (1):
clk: imx8mp: Remove non-existent IMX8MP_CLK_AUDIOMIX_PDM_ROOT

Christophe JAILLET (5):
clk: imx: imx8: Fix an error handling path in clk_imx_acm_attach_pm_domains()
clk: imx: imx8: Fix an error handling path if devm_clk_hw_register_mux_parent_data_table() fails
clk: imx: imx8: Fix an error handling path in imx8_acm_clk_probe()
clk: imx: imx8: Add a message in case of devm_clk_hw_register_mux_parent_data_table() error
clk: imx: imx8: Simplify clk_imx_acm_detach_pm_domains()

Fabio Estevam (1):
clk: imx: imx6sx: Allow a different LCDIF1 clock parent

Peng Fan (5):
clk: imx: imx8mq: correct error handling path
clk: imx: imx8qm-rsrc: drop VPU_UART/VPUCORE
clk: imx8: remove MLB support
clk: imx: scu: ignore clks not owned by Cortex-A partition
clk: imx: imx8qm/qxp: add more resources to whitelist

Robert Chiras (1):
clk: imx: imx8qxp: Fix elcdif_pll clock

Shenwei Wang (1):
clk: imx: imx8qxp: correct the enet clocks for i.MX8DXL

Viorel Suman (1):
clk: imx: imx8dxl-rsrc: keep sorted in the ascending order

drivers/clk/imx/Kconfig | 1 +
drivers/clk/imx/clk-imx6sx.c | 14 +++++++++++---
drivers/clk/imx/clk-imx8-acm.c | 33 +++++++++++++++++---------------
drivers/clk/imx/clk-imx8dxl-rsrc.c | 3 +--
drivers/clk/imx/clk-imx8mq.c | 17 +++++++++-------
drivers/clk/imx/clk-imx8qm-rsrc.c | 5 ++---
drivers/clk/imx/clk-imx8qxp-lpcg.h | 1 -
drivers/clk/imx/clk-imx8qxp-rsrc.c | 4 +++-
drivers/clk/imx/clk-imx8qxp.c | 13 ++++++++++---
drivers/clk/imx/clk-scu.c | 20 +++++++++++++++++++
include/dt-bindings/clock/imx8mp-clock.h | 1 -
11 files changed, 76 insertions(+), 36 deletions(-)