[GIT PULL] clk: meson: Amlogic clock changes for v7.3
Jerome Brunet <[email protected]> Fri, 31 Jul 2026 16:39:15 +0200
| Newsgroups | org.infradead.lists.linux-amlogic,org.kernel.vger.linux-clk |
|---|---|
| Message-ID | <[email protected]> |
Hi Stephen,
Here are the Amlogic clock changes for v7.3
Nothing out of the ordinary, 1 fix for an old chip and 2 new controllers
for a new chip.
Please Pull.
Cheers
Jerome
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://github.com/BayLibre/clk-meson.git tags/clk-meson-v7.3-1
for you to fetch changes up to 6f809ca8104b01dff31a20e91fa748b49fe2971f:
clk: amlogic: Add A9 peripherals clock controller driver (2026-07-24 18:09:37 +0200)
----------------------------------------------------------------
Amlogic clock changes for v7.3
* Fix the incorrect parent number of the 32k clock on GXBB
* Add the AO and peripheral clock controllers for the new A9 chip
----------------------------------------------------------------
Jian Hu (4):
dt-bindings: clock: Add Amlogic A9 AO clock controller
clk: amlogic: Add A9 AO clock controller driver
dt-bindings: clock: Add Amlogic A9 peripherals clock controller
clk: amlogic: Add A9 peripherals clock controller driver
Martin Blumenstingl (1):
clk: meson: align gxbb_32k_clk_sel number of parents with actual count
.../bindings/clock/amlogic,a9-aoclkc.yaml | 76 +
.../clock/amlogic,a9-peripherals-clkc.yaml | 164 ++
drivers/clk/meson/Kconfig | 27 +
drivers/clk/meson/Makefile | 2 +
drivers/clk/meson/a9-aoclk.c | 489 +++++
drivers/clk/meson/a9-peripherals.c | 2089 ++++++++++++++++++++
drivers/clk/meson/gxbb.c | 2 +-
include/dt-bindings/clock/amlogic,a9-aoclkc.h | 76 +
.../clock/amlogic,a9-peripherals-clkc.h | 351 ++++
9 files changed, 3275 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/clock/amlogic,a9-aoclkc.yaml
create mode 100644 Documentation/devicetree/bindings/clock/amlogic,a9-peripherals-clkc.yaml
create mode 100644 drivers/clk/meson/a9-aoclk.c
create mode 100644 drivers/clk/meson/a9-peripherals.c
create mode 100644 include/dt-bindings/clock/amlogic,a9-aoclkc.h
create mode 100644 include/dt-bindings/clock/amlogic,a9-peripherals-clkc.h
_______________________________________________
linux-amlogic mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/linux-amlogic