[U-Boot] [PATCH 07/14] arm: socfpga: agilex: Add clock manager support

Ley Foon Tan lftan.linux at gmail.com
Tue May 14 05:42:11 UTC 2019


On Fri, May 10, 2019 at 8:17 PM Marek Vasut <marex at denx.de> wrote:
>
> On 5/10/19 7:54 AM, Ley Foon Tan wrote:
> > Add clock manager support for Agilex.
> >
> > Signed-off-by: Chee Hong Ang <chee.hong.ang at intel.com>
> > Signed-off-by: Ley Foon Tan <ley.foon.tan at intel.com>
> > ---
> >  arch/arm/mach-socfpga/Makefile                |   4 +
> >  arch/arm/mach-socfpga/clock_manager_agilex.c  | 582 ++++++++++++++++++
> >  .../mach-socfpga/include/mach/clock_manager.h |   2 +
> >  .../include/mach/clock_manager_agilex.h       | 328 ++++++++++
> >  4 files changed, 916 insertions(+)
> >  create mode 100644 arch/arm/mach-socfpga/clock_manager_agilex.c
> >  create mode 100644 arch/arm/mach-socfpga/include/mach/clock_manager_agilex.h
>
> Can this be in drivers/clk instead ?
>
> --
Yes, it can.
There is plan to move S10 clock driver to DM as well.

Regards
Ley Foon


More information about the U-Boot mailing list