Re: [U-Boot] [PATCH V3 3/4] clk: imx: add i.MX8M composite clk support

2019-08-13 Thread Peng Fan
> Subject: Re: [PATCH V3 3/4] clk: imx: add i.MX8M composite clk support > > On Fri, Aug 9, 2019 at 5:02 AM Peng Fan wrote: > > > + * The clk are not binded to a dev, because it is part of composite > > + clk > > s/binded/bound Fix in V4. > > > + * use composite clk to get dev > > + */ > >

Re: [U-Boot] [PATCH V3 3/4] clk: imx: add i.MX8M composite clk support

2019-08-09 Thread Fabio Estevam
On Fri, Aug 9, 2019 at 5:02 AM Peng Fan wrote: > + * The clk are not binded to a dev, because it is part of composite clk s/binded/bound > + * use composite clk to get dev > + */ > +static ulong imx8m_clk_composite_divider_set_rate(struct clk *clk, > +

Re: [U-Boot] [PATCH V3 3/4] clk: imx: add i.MX8M composite clk support

2019-08-09 Thread Ye Li
> Import i.MX8M composite clk from Linux Kernel 5.3.0-rc2 > > Signed-off-by: Peng Fan > --- > drivers/clk/imx/clk-composite-8m.c | 170 > + > 1 file changed, 170 insertions(+) > create mode 100644 drivers/clk/imx/clk-composite-8m.c > > diff --git

[U-Boot] [PATCH V3 3/4] clk: imx: add i.MX8M composite clk support

2019-08-09 Thread Peng Fan
Import i.MX8M composite clk from Linux Kernel 5.3.0-rc2 Signed-off-by: Peng Fan --- drivers/clk/imx/clk-composite-8m.c | 170 + 1 file changed, 170 insertions(+) create mode 100644 drivers/clk/imx/clk-composite-8m.c diff --git