Re: [PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries

2024-03-22 Thread Tom Rini
On Fri, 08 Mar 2024 17:13:15 -0300, Fabio Estevam wrote: > Since commit cc7df0b9e8bc ("serial: lpuart: Enable IPG clock") > the colibri-imx8qxp board no longer boots. > > The reason is that the imx8qxp clock driver does not handle the > LPUART IPG clocks inside get_rate(), set_rate() and enable()

Re: [PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries

2024-03-20 Thread Tom Rini
On Wed, Mar 20, 2024 at 10:41:51AM -0400, Sean Anderson wrote: > On 3/19/24 15:04, Tom Rini wrote: > > On Mon, Mar 18, 2024 at 09:14:53PM -0300, Fabio Estevam wrote: > > > Hi Tom and Sean, > > > > > > On Fri, Mar 8, 2024 at 5:13 PM Fabio Estevam wrote: > > > > > > > > Since commit cc7df0b9e8bc (

Re: [PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries

2024-03-20 Thread Sean Anderson
On 3/19/24 15:04, Tom Rini wrote: On Mon, Mar 18, 2024 at 09:14:53PM -0300, Fabio Estevam wrote: Hi Tom and Sean, On Fri, Mar 8, 2024 at 5:13 PM Fabio Estevam wrote: Since commit cc7df0b9e8bc ("serial: lpuart: Enable IPG clock") the colibri-imx8qxp board no longer boots. The reason is that

Re: [PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries

2024-03-19 Thread Tom Rini
On Mon, Mar 18, 2024 at 09:14:53PM -0300, Fabio Estevam wrote: > Hi Tom and Sean, > > On Fri, Mar 8, 2024 at 5:13 PM Fabio Estevam wrote: > > > > Since commit cc7df0b9e8bc ("serial: lpuart: Enable IPG clock") > > the colibri-imx8qxp board no longer boots. > > > > The reason is that the imx8qxp cl

Re: [PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries

2024-03-18 Thread Fabio Estevam
Hi Tom and Sean, On Fri, Mar 8, 2024 at 5:13 PM Fabio Estevam wrote: > > Since commit cc7df0b9e8bc ("serial: lpuart: Enable IPG clock") > the colibri-imx8qxp board no longer boots. > > The reason is that the imx8qxp clock driver does not handle the > LPUART IPG clocks inside get_rate(), set_rate(

RE: [PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries

2024-03-09 Thread Hiago De Franco
On 09.03.2024 01:15, Peng Fan wrote: > > Subject: [PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries > > > > Since commit cc7df0b9e8bc ("serial: lpuart: Enable IPG clock") the colibri- > > imx8qxp board no longer boots. > > > > The reason is that the imx8qxp clock driver does not handle the LPU

RE: [PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries

2024-03-08 Thread Peng Fan
> Subject: [PATCH 1/2] clk: clk-imx8qxp: Add LPUART IPG entries > > Since commit cc7df0b9e8bc ("serial: lpuart: Enable IPG clock") the colibri- > imx8qxp board no longer boots. > > The reason is that the imx8qxp clock driver does not handle the LPUART IPG > clocks inside get_rate(), set_rate() an