[RESEND PATCH v1 2/2] clk: Add clock driver for Amlogic A1

Simon Glass sjg at google.com
Tue Sep 19 03:04:47 CEST 2023


On Sun, 17 Sept 2023 at 04:14, Igor Prusov <ivprusov at salutedevices.com> wrote:
>
> This patch adds basic clock driver for Amlogic A1 Family which supports
> enabling/disabling some gates, getting frequencies and setting rate
> with limited reparenting.
>
> Signed-off-by: Igor Prusov <ivprusov at salutedevices.com>
> ---
>  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                     | 681 +++++++++++++++++++++
>  4 files changed, 713 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-meson/clock-a1.h
>  create mode 100644 drivers/clk/meson/a1.c

Reviewed-by: Simon Glass <sjg at chromium.org>

This could use a few more comments, IMO. Did it come from Linux?


More information about the U-Boot mailing list