[U-Boot] [PATCH v8 09/15] clk: Add fixed-factor clock driver

Anup Patel anup at brainfault.org
Thu Feb 21 03:57:54 UTC 2019


On Thu, Feb 21, 2019 at 8:25 AM Simon Glass <sjg at chromium.org> wrote:
>
> Hi,
>
> On Tue, 19 Feb 2019 at 22:47, Anup Patel <Anup.Patel at wdc.com> wrote:
> >
> > This patch adds fixed-factor clock driver which derives clock
> > rate by dividing (div) and multiplying (mult) fixed factors
> > to a parent clock.
> >
> > Signed-off-by: Atish Patra <atish.patra at wdc.com>
> > Signed-off-by: Anup Patel <anup.patel at wdc.com>
> > ---
> >  arch/sandbox/dts/test.dts      |  8 ++++
> >  drivers/clk/Makefile           |  4 +-
> >  drivers/clk/clk_fixed_factor.c | 72 ++++++++++++++++++++++++++++++++++
> >  test/dm/clk.c                  |  5 ++-
> >  4 files changed, 87 insertions(+), 2 deletions(-)
> >  create mode 100644 drivers/clk/clk_fixed_factor.c
> >
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> But please add the binding file for this/

Sure, I will add binding file from Linux sources.

Thanks,
Anup


More information about the U-Boot mailing list