[PATCH v2 0/2] clk: amlogic: a1: Add Amlogic A1 clock driver

Igor Prusov ivprusov at salutedevices.com
Mon Sep 25 17:52:07 CEST 2023


This series adds dt-bindings and driver implementation for Amlogic A1
PLL and Peripherals clock controllers.

V1: https://lore.kernel.org/all/20230917101308.1250-1-ivprusov@salutedevices.com/

V1 -> V2:
 - Add more verbose comments for driver

Igor Prusov (2):
  dt-bindings: clock: Add Amlogic A1 clock bindings
  clk: Add clock driver for Amlogic A1

 arch/arm/include/asm/arch-meson/clock-a1.h    |  23 +
 drivers/clk/meson/Kconfig                     |   8 +
 drivers/clk/meson/Makefile                    |   1 +
 drivers/clk/meson/a1.c                        | 723 ++++++++++++++++++
 .../clock/amlogic,a1-peripherals-clkc.h       | 168 ++++
 .../dt-bindings/clock/amlogic,a1-pll-clkc.h   |  25 +
 6 files changed, 948 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-meson/clock-a1.h
 create mode 100644 drivers/clk/meson/a1.c
 create mode 100644 include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h
 create mode 100644 include/dt-bindings/clock/amlogic,a1-pll-clkc.h

-- 
2.34.1



More information about the U-Boot mailing list