Re: [PATCH 1/2] clk: imx6sll: add GPIO LPCGs

2018-07-11 Thread Shawn Guo
On Wed, Jul 11, 2018 at 09:33:45AM -0700, Stephen Boyd wrote: > Quoting Shawn Guo (2018-07-11 01:43:03) > > On Fri, Jul 06, 2018 at 01:58:46PM -0700, Stephen Boyd wrote: > > > Quoting Anson Huang (2018-06-21 23:32:33) > > > > According to Reference Manual Rev.0, 06/2017, > > > > there are GPIO LPCG

Re: [PATCH 1/2] clk: imx6sll: add GPIO LPCGs

2018-07-11 Thread Stephen Boyd
Quoting Shawn Guo (2018-07-11 01:43:03) > On Fri, Jul 06, 2018 at 01:58:46PM -0700, Stephen Boyd wrote: > > Quoting Anson Huang (2018-06-21 23:32:33) > > > According to Reference Manual Rev.0, 06/2017, > > > there are GPIO LPCGs defined in CCM CCGRs, > > > add them into clock tree. > > > > > > Sig

Re: [PATCH 1/2] clk: imx6sll: add GPIO LPCGs

2018-07-11 Thread Shawn Guo
On Fri, Jul 06, 2018 at 01:58:46PM -0700, Stephen Boyd wrote: > Quoting Anson Huang (2018-06-21 23:32:33) > > According to Reference Manual Rev.0, 06/2017, > > there are GPIO LPCGs defined in CCM CCGRs, > > add them into clock tree. > > > > Signed-off-by: Anson Huang > > --- > > Applied to clk-n

Re: [PATCH 1/2] clk: imx6sll: add GPIO LPCGs

2018-07-06 Thread Stephen Boyd
Quoting Anson Huang (2018-06-21 23:32:33) > According to Reference Manual Rev.0, 06/2017, > there are GPIO LPCGs defined in CCM CCGRs, > add them into clock tree. > > Signed-off-by: Anson Huang > --- Applied to clk-next

Re: [PATCH 1/2] clk: imx6sll: add GPIO LPCGs

2018-07-03 Thread Rob Herring
On Fri, Jun 22, 2018 at 02:32:33PM +0800, Anson Huang wrote: > According to Reference Manual Rev.0, 06/2017, > there are GPIO LPCGs defined in CCM CCGRs, > add them into clock tree. > > Signed-off-by: Anson Huang > --- > drivers/clk/imx/clk-imx6sll.c | 6 ++ > include/dt-binding

Re: [PATCH 1/2] clk: imx6sll: add GPIO LPCGs

2018-06-23 Thread Fabio Estevam
On Fri, Jun 22, 2018 at 3:32 AM, Anson Huang wrote: > According to Reference Manual Rev.0, 06/2017, > there are GPIO LPCGs defined in CCM CCGRs, > add them into clock tree. > > Signed-off-by: Anson Huang Reviewed-by: Fabio Estevam

[PATCH 1/2] clk: imx6sll: add GPIO LPCGs

2018-06-21 Thread Anson Huang
According to Reference Manual Rev.0, 06/2017, there are GPIO LPCGs defined in CCM CCGRs, add them into clock tree. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx6sll.c | 6 ++ include/dt-bindings/clock/imx6sll-clock.h | 9 - 2 files changed, 14 insertions(+), 1 de