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

2019-02-20 Thread Anup Patel
On Thu, Feb 21, 2019 at 8:25 AM Simon Glass wrote: > > Hi, > > On Tue, 19 Feb 2019 at 22:47, Anup Patel 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

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

2019-02-20 Thread Simon Glass
Hi, On Tue, 19 Feb 2019 at 22:47, Anup Patel 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 > Signed-off-by: Anup Patel > --- > arch/sandbox/dts/test.dts

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

2019-02-19 Thread Anup Patel
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 Signed-off-by: Anup Patel --- arch/sandbox/dts/test.dts | 8 drivers/clk/Makefile | 4 +- drivers/clk/clk