RE: [PATCH] bindings: add clocks optional binding for imx gpio

2018-07-02 Thread Anson Huang
open list:OPEN FIRMWARE AND FLATTENED > DEVICE TREE BINDINGS ; > linux-kernel@vger.kernel.org; dl-linux-imx > Subject: Re: [PATCH] bindings: add clocks optional binding for imx gpio > > On Fri, Jun 29, 2018 at 5:34 AM Anson Huang > wrote: > > > Some i.MX SoCs have GPIO cl

RE: [PATCH] bindings: add clocks optional binding for imx gpio

2018-07-02 Thread Anson Huang
open list:OPEN FIRMWARE AND FLATTENED > DEVICE TREE BINDINGS ; > linux-kernel@vger.kernel.org; dl-linux-imx > Subject: Re: [PATCH] bindings: add clocks optional binding for imx gpio > > On Fri, Jun 29, 2018 at 5:34 AM Anson Huang > wrote: > > > Some i.MX SoCs have GPIO cl

Re: [PATCH] bindings: add clocks optional binding for imx gpio

2018-07-02 Thread Fabio Estevam
On Mon, Jul 2, 2018 at 10:45 AM, Linus Walleij wrote: > On Fri, Jun 29, 2018 at 5:34 AM Anson Huang wrote: > >> Some i.MX SoCs have GPIO clock gate in CCM, accessing >> GPIO registers needs to enable GPIO clock gate first, >> i.MX GPIO driver will enable clock gate if there is >> clock property

Re: [PATCH] bindings: add clocks optional binding for imx gpio

2018-07-02 Thread Fabio Estevam
On Mon, Jul 2, 2018 at 10:45 AM, Linus Walleij wrote: > On Fri, Jun 29, 2018 at 5:34 AM Anson Huang wrote: > >> Some i.MX SoCs have GPIO clock gate in CCM, accessing >> GPIO registers needs to enable GPIO clock gate first, >> i.MX GPIO driver will enable clock gate if there is >> clock property

Re: [PATCH] bindings: add clocks optional binding for imx gpio

2018-07-02 Thread Linus Walleij
On Fri, Jun 29, 2018 at 5:34 AM Anson Huang wrote: > Some i.MX SoCs have GPIO clock gate in CCM, accessing > GPIO registers needs to enable GPIO clock gate first, > i.MX GPIO driver will enable clock gate if there is > clock property in GPIO node of dtb, add optional property > to i.MX GPIO

Re: [PATCH] bindings: add clocks optional binding for imx gpio

2018-07-02 Thread Linus Walleij
On Fri, Jun 29, 2018 at 5:34 AM Anson Huang wrote: > Some i.MX SoCs have GPIO clock gate in CCM, accessing > GPIO registers needs to enable GPIO clock gate first, > i.MX GPIO driver will enable clock gate if there is > clock property in GPIO node of dtb, add optional property > to i.MX GPIO

[PATCH] bindings: add clocks optional binding for imx gpio

2018-06-28 Thread Anson Huang
Some i.MX SoCs have GPIO clock gate in CCM, accessing GPIO registers needs to enable GPIO clock gate first, i.MX GPIO driver will enable clock gate if there is clock property in GPIO node of dtb, add optional property to i.MX GPIO binding doc. Signed-off-by: Anson Huang ---

[PATCH] bindings: add clocks optional binding for imx gpio

2018-06-28 Thread Anson Huang
Some i.MX SoCs have GPIO clock gate in CCM, accessing GPIO registers needs to enable GPIO clock gate first, i.MX GPIO driver will enable clock gate if there is clock property in GPIO node of dtb, add optional property to i.MX GPIO binding doc. Signed-off-by: Anson Huang ---