Re: [PATCH] Fix for clk disable issue on imx6ul

2018-06-23 Thread Fabio Estevam
On Sat, Jun 23, 2018 at 12:47 PM, Fabio Estevam wrote: > On Sat, Jun 23, 2018 at 12:38 PM, Fabio Estevam wrote: > >> Looking at the CCM_CCGR0 register (address: 20C_4068) there is no >> aips_tz3 clock gate in bits 31-30. >> >> Bits 31-30 are gpio2_clocks and Anson has recently sent a patch adding

Re: [PATCH] Fix for clk disable issue on imx6ul

2018-06-23 Thread Fabio Estevam
On Sat, Jun 23, 2018 at 12:38 PM, Fabio Estevam wrote: > Looking at the CCM_CCGR0 register (address: 20C_4068) there is no > aips_tz3 clock gate in bits 31-30. > > Bits 31-30 are gpio2_clocks and Anson has recently sent a patch adding > support for it: > https://patchwork.kernel.org/patch/1048135

Re: [PATCH] Fix for clk disable issue on imx6ul

2018-06-23 Thread Fabio Estevam
Hi Chakra, On Thu, Jun 21, 2018 at 11:55 PM, Chakra Divi <2chakr...@gmail.com> wrote: > isiot engicam board is not booting after the > commit cf091ee994ec266e33c3a305d6fc8c5ccb1f8acd > done by . Modified the > commit to support imx6ul based SOMs too along > with imx6ull processors > > Signed-off-b

[PATCH] Fix for clk disable issue on imx6ul

2018-06-21 Thread Chakra Divi
isiot engicam board is not booting after the commit cf091ee994ec266e33c3a305d6fc8c5ccb1f8acd done by . Modified the commit to support imx6ul based SOMs too along with imx6ull processors Signed-off-by: Chakra Divi --- drivers/clk/imx/clk-imx6ul.c | 6 -- 1 file changed, 4 insertions(+), 2 del