[GIT PULL] clk: imx: Updates for v5.15

From: Abel Vesa
Date: Wed Aug 25 2021 - 06:59:59 EST


The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 86842d255b45fc2103da1cd202f5064397ed41f8:

clk: imx8mn: Add M7 core clock (2021-08-24 16:09:07 +0300)

----------------------------------------------------------------
i.MX clock changes for 5.15:

- Fix CLKOUT clocks on i.MX8MM and i.MX8MN by using imx_clk_hw_mux2
- Switch from .round_rate to .determine_rate in clk-divider-gate
- Fix clock tree update for TF-A controlled clocks for all i.MX8M
- Add missing M7 core clock for i.MX8MN

----------------------------------------------------------------
Ahmad Fatoum (1):
clk: imx8m: fix clock tree update of TF-A managed clocks

Lucas Stach (2):
clk: imx8mm: use correct mux type for clkout path
clk: imx8mn: use correct mux type for clkout path

Marek Vasut (1):
clk: imx8mn: Add M7 core clock

Martin Blumenstingl (1):
clk: imx: clk-divider-gate: Switch to clk_divider.determine_rate

drivers/clk/imx/clk-composite-8m.c | 3 ++-
drivers/clk/imx/clk-divider-gate.c | 10 +++++-----
drivers/clk/imx/clk-imx8mm.c | 11 ++++++-----
drivers/clk/imx/clk-imx8mn.c | 16 +++++++++++-----
drivers/clk/imx/clk-imx8mq.c | 7 ++++---
drivers/clk/imx/clk.h | 16 ++++++++++++++--
include/dt-bindings/clock/imx8mn-clock.h | 4 +++-
7 files changed, 45 insertions(+), 22 deletions(-)