[GIT PULL] clk: meson: amlogic clock updates for v6.20

Jerome Brunet jbrunet at baylibre.com
Mon Jan 19 02:41:11 PST 2026


Hi Stephen,

Here are the Amlogic clock updates for v6.20

Just fairly usual stuff this time around, a new clock controller SoC
support, a few clocks added and some fixups. Business as usual.

Please pull
Cheers

Jerome

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  https://github.com/BayLibre/clk-meson.git tags/clk-meson-v6.20-1

for you to fetch changes up to 2fe1ef40b58c2256f4682594f48bfbd584501ec5:

  clk: meson: gxbb: use the existing HHI_HDMI_PLL_CNTL3 macro (2026-01-06 09:52:21 +0100)

----------------------------------------------------------------
Amlogic clock updates for v6.20

* Add support for t7 clock controllers
* Add video clocks on s4
* HDMI PLL post divider fixes on gx/g12 SoCs

----------------------------------------------------------------
Chuan Liu (3):
      dt-bindings: clock: add video clock indices for Amlogic S4 SoC
      clk: amlogic: add video-related clocks for S4 SoC
      clk: amlogic: remove potentially unsafe flags from S4 video clocks

Jian Hu (5):
      dt-bindings: clock: add Amlogic T7 PLL clock controller
      dt-bindings: clock: add Amlogic T7 SCMI clock controller
      dt-bindings: clock: add Amlogic T7 peripherals clock controller
      clk: meson: t7: add support for the T7 SoC PLL clock
      clk: meson: t7: add t7 clock peripherals controller driver

Martin Blumenstingl (3):
      clk: meson: gxbb: Limit the HDMI PLL OD to /4 on GXL/GXM SoCs
      clk: meson: g12a: Limit the HDMI PLL OD to /4
      clk: meson: gxbb: use the existing HHI_HDMI_PLL_CNTL3 macro

 .../clock/amlogic,t7-peripherals-clkc.yaml         |  116 ++
 .../bindings/clock/amlogic,t7-pll-clkc.yaml        |  114 ++
 drivers/clk/meson/Kconfig                          |   28 +
 drivers/clk/meson/Makefile                         |    2 +
 drivers/clk/meson/g12a.c                           |   17 +-
 drivers/clk/meson/gxbb.c                           |   23 +-
 drivers/clk/meson/s4-peripherals.c                 |  206 +++-
 drivers/clk/meson/t7-peripherals.c                 | 1271 ++++++++++++++++++++
 drivers/clk/meson/t7-pll.c                         | 1074 +++++++++++++++++
 .../clock/amlogic,s4-peripherals-clkc.h            |   11 +
 .../clock/amlogic,t7-peripherals-clkc.h            |  228 ++++
 include/dt-bindings/clock/amlogic,t7-pll-clkc.h    |   56 +
 include/dt-bindings/clock/amlogic,t7-scmi.h        |   47 +
 13 files changed, 3180 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/amlogic,t7-peripherals-clkc.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/amlogic,t7-pll-clkc.yaml
 create mode 100644 drivers/clk/meson/t7-peripherals.c
 create mode 100644 drivers/clk/meson/t7-pll.c
 create mode 100644 include/dt-bindings/clock/amlogic,t7-peripherals-clkc.h
 create mode 100644 include/dt-bindings/clock/amlogic,t7-pll-clkc.h
 create mode 100644 include/dt-bindings/clock/amlogic,t7-scmi.h




More information about the linux-amlogic mailing list