Re: [PATCH v2 0/2] clk: imx5: Fix i.MX50 clock registers

2019-04-03 Thread Shawn Guo
On Tue, Mar 26, 2019 at 07:22:56PM +0100, Jonathan Neuschäfer wrote: > There are a few differences between the i.MX50 clock tree and those of > i.MX51 and i.MX53 that are not yet handled in clk-imx51-imx53.c. This > series handles two of them. > > Jonathan Neuschäfer (2): > clk: imx5: Fix i.MX5

[PATCH v2 0/2] clk: imx5: Fix i.MX50 clock registers

2019-03-26 Thread Jonathan Neuschäfer
There are a few differences between the i.MX50 clock tree and those of i.MX51 and i.MX53 that are not yet handled in clk-imx51-imx53.c. This series handles two of them. Jonathan Neuschäfer (2): clk: imx5: Fix i.MX50 mainbus clock registers clk: imx5: Fix i.MX50 ESDHC clock registers v2: - Sp