Re: [PATCH] clk: imx: Fix reparenting of UARTs not associated with sdout

2020-12-07 Thread Sascha Hauer
Hi Adam, On Mon, Dec 07, 2020 at 09:51:33AM -0600, Adam Ford wrote: > On Sun, Dec 6, 2020 at 11:24 PM Sascha Hauer wrote: > > > > Hi Adam, > > > > On Fri, Dec 04, 2020 at 12:31:54PM -0600, Adam Ford wrote: > > > The default clock source on i.MX8M Mini and Nano boards use a 24MHz clock, > > > but

Re: [PATCH] clk: imx: Fix reparenting of UARTs not associated with sdout

2020-12-07 Thread Adam Ford
On Sun, Dec 6, 2020 at 11:24 PM Sascha Hauer wrote: > > Hi Adam, > > On Fri, Dec 04, 2020 at 12:31:54PM -0600, Adam Ford wrote: > > The default clock source on i.MX8M Mini and Nano boards use a 24MHz clock, > > but users who need to re-parent the clock source run into issues because > > all the UA

Re: [PATCH] clk: imx: Fix reparenting of UARTs not associated with sdout

2020-12-06 Thread Sascha Hauer
Hi Adam, On Fri, Dec 04, 2020 at 12:31:54PM -0600, Adam Ford wrote: > The default clock source on i.MX8M Mini and Nano boards use a 24MHz clock, > but users who need to re-parent the clock source run into issues because > all the UART clocks are enabled whether or not they're needed by sdout. > >

[PATCH] clk: imx: Fix reparenting of UARTs not associated with sdout

2020-12-04 Thread Adam Ford
The default clock source on i.MX8M Mini and Nano boards use a 24MHz clock, but users who need to re-parent the clock source run into issues because all the UART clocks are enabled whether or not they're needed by sdout. Any attempt to change the parent results in an busy error because the clocks h