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

Simon Glass sjg at chromium.org
Thu Feb 21 02:48:02 UTC 2019


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/

Regards,
Simon


More information about the U-Boot mailing list