mbox series

[GIT,PULL] clk: imx: Updates for v6.15

Message ID 20250311094140.722154-1-abel.vesa@linaro.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk: imx: Updates for v6.15 | expand

Pull-request

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

Message

Abel Vesa March 11, 2025, 9:41 a.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 06a61b5cb6a8638fa8823cd09b17233b29696fa2:

  clk: imx8mp: inform CCF of maximum frequency of clocks (2025-03-03 19:02:15 +0200)

----------------------------------------------------------------
i.MX clock changes for 6.15

- Add missing AXI clock to the i.MX8MP AUDIOMIX in dt-bindings schema.
- Fix DSP and OCRAM_A parent clocks in i.MX8MP AUDIOMIX clock provider.
- Document vendor specific operating-mode property in i.MX8M clock
  provider dt-bindings schema.
- Apply overdrive/nominal constraints based on DT property in i.MX8MP
  clock provider.

----------------------------------------------------------------
Ahmad Fatoum (2):
      dt-bindings: clock: imx8m: document nominal/overdrive properties
      clk: imx8mp: inform CCF of maximum frequency of clocks

Laurentiu Mihalcea (2):
      dt-bindings: clock: imx8mp: add axi clock
      clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents

 .../devicetree/bindings/clock/imx8m-clock.yaml     |   8 ++
 .../devicetree/bindings/clock/imx8mp-audiomix.yaml |  10 +-
 drivers/clk/imx/clk-imx8mp-audiomix.c              |   6 +-
 drivers/clk/imx/clk-imx8mp.c                       | 151 +++++++++++++++++++++
 4 files changed, 168 insertions(+), 7 deletions(-)

Comments

Stephen Boyd March 11, 2025, 6:18 p.m. UTC | #1
Quoting Abel Vesa (2025-03-11 02:41:40)
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
> 
>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git/ tags/clk-imx-6.15
> 
> for you to fetch changes up to 06a61b5cb6a8638fa8823cd09b17233b29696fa2:
> 
>   clk: imx8mp: inform CCF of maximum frequency of clocks (2025-03-03 19:02:15 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next