[PATCH v2 0/2] clk: amlogic: Add A9 peripherals clock controller

Jian Hu via B4 Relay posted 2 patches 4 days, 18 hours ago
.../clock/amlogic,a9-peripherals-clkc.yaml         |  160 ++
drivers/clk/meson/Kconfig                          |   15 +
drivers/clk/meson/Makefile                         |    1 +
drivers/clk/meson/a9-peripherals.c                 | 1927 ++++++++++++++++++++
.../clock/amlogic,a9-peripherals-clkc.h            |  352 ++++
5 files changed, 2455 insertions(+)
[PATCH v2 0/2] clk: amlogic: Add A9 peripherals clock controller
Posted by Jian Hu via B4 Relay 4 days, 18 hours ago
This series adds Amlogic A9 peripherals clock support,
including dt-binding and peripherals clock driver.

Signed-off-by: Jian Hu <jian.hu@amlogic.com>
---
Changes in v2:
- Split the A9 clock driver and send the peripherals clock separately.
- Add COMPILE_TEST in Kconfig
- Drop the 'optional'
- Rename apb4 to soc
- Sort the header file
- Rename hifi to hifi0
- Use CLK_HW_INIT_PARENTS_DATA to describe clk_init_data
- Use CLK_HW_INIT_HW to describe clk_init_data
- Use CLK_HW_INIT_PARENTS_HW to describe clk_init_data
- Link to v1: https://lore.kernel.org/all/20260511-b4-a9_clk-v1-0-41cb4071b7c9@amlogic.com/

---
Jian Hu (2):
      dt-bindings: clock: Add Amlogic A9 peripherals clock controller
      clk: amlogic: Add A9 peripherals clock controller driver

 .../clock/amlogic,a9-peripherals-clkc.yaml         |  160 ++
 drivers/clk/meson/Kconfig                          |   15 +
 drivers/clk/meson/Makefile                         |    1 +
 drivers/clk/meson/a9-peripherals.c                 | 1927 ++++++++++++++++++++
 .../clock/amlogic,a9-peripherals-clkc.h            |  352 ++++
 5 files changed, 2455 insertions(+)
---
base-commit: ca89c88bcf69daca829044c638a8163d5ce47af0
change-id: 20260603-a9_peripherals-4214e79705dc

Best regards,
-- 
Jian Hu <jian.hu@amlogic.com>