Re: [PATCH] clk: imx: Finish converting clock-osc-24 back to osc_24

2025-04-28 Thread Fabio Estevam
On Wed, Apr 16, 2025 at 7:12 PM Adam Ford wrote: > > The UART clocks were added around the same time some other clock > updates were happening, so converting clock-osc-24 back to osc_24 > was missed on the UART clocks for imx8mm and imx8mn, so update > them here. > > Fixes: b4734c9c333b ("clk: imx

Re: [PATCH] clk: imx: Finish converting clock-osc-24 back to osc_24

2025-04-16 Thread Fabio Estevam
Hi Adam, On Wed, Apr 16, 2025 at 7:12 PM Adam Ford wrote: > > The UART clocks were added around the same time some other clock > updates were happening, so converting clock-osc-24 back to osc_24 > was missed on the UART clocks for imx8mm and imx8mn, so update > them here. > > Fixes: b4734c9c333b

[PATCH] clk: imx: Finish converting clock-osc-24 back to osc_24

2025-04-16 Thread Adam Ford
The UART clocks were added around the same time some other clock updates were happening, so converting clock-osc-24 back to osc_24 was missed on the UART clocks for imx8mm and imx8mn, so update them here. Fixes: b4734c9c333b ("clk: imx: Convert clock-osc-* back to osc_*") Signed-off-by: Adam Ford