[U-Boot] [PATCH 07/14] arm: socfpga: agilex: Add clock manager support
Simon Goldschmidt
simon.k.r.goldschmidt at gmail.com
Tue May 14 08:40:37 UTC 2019
On Tue, May 14, 2019 at 7:42 AM Ley Foon Tan <lftan.linux at gmail.com> wrote:
>
> 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.
That would indeed be a good plan! I'm working on a clock driver for gen5,
currently...
Regards,
Simon
More information about the U-Boot
mailing list