Hi Anup, On Fri, 18 Jan 2019 at 04:19, Anup Patel <[email protected]> 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 <[email protected]> > Signed-off-by: Anup Patel <[email protected]> > --- > drivers/clk/Makefile | 4 +- > drivers/clk/clk_fixed_factor.c | 74 ++++++++++++++++++++++++++++++++++ > 2 files changed, 77 insertions(+), 1 deletion(-) > create mode 100644 drivers/clk/clk_fixed_factor.c
Can you please update test/dm/clk.c to test this? You'll need to add this clock to sandbox. Regards, Simon _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

