Re: [PATCH] clk: imx: imx8mm: fix audio pll setting

2019-07-23 Thread Shawn Guo
On Mon, Jul 15, 2019 at 02:55:43AM +, Peng Fan wrote: > From: Peng Fan > > The AUDIO PLL max support 650M, so the original clk settings violate > spec. This patch makes the output 786432000 -> 393216000, > and 722534400 -> 361267200 to aligned with NXP vendor kernel without any > impact on

RE: [PATCH] clk: imx: imx8mm: fix audio pll setting

2019-07-22 Thread Peng Fan
Hi Stephen, > Subject: Re: [PATCH] clk: imx: imx8mm: fix audio pll setting > > Quoting Peng Fan (2019-07-14 19:55:43) > > From: Peng Fan > > > > The AUDIO PLL max support 650M, so the original clk settings violate > > spec. This patch makes the output 78643200

Re: [PATCH] clk: imx: imx8mm: fix audio pll setting

2019-07-22 Thread Stephen Boyd
Quoting Peng Fan (2019-07-14 19:55:43) > From: Peng Fan > > The AUDIO PLL max support 650M, so the original clk settings violate > spec. This patch makes the output 786432000 -> 393216000, > and 722534400 -> 361267200 to aligned with NXP vendor kernel without any > impact on audio functionality

Re: [PATCH] clk: imx: imx8mm: fix audio pll setting

2019-07-15 Thread Abel Vesa
On 19-07-15 02:55:43, Peng Fan wrote: > From: Peng Fan > > The AUDIO PLL max support 650M, so the original clk settings violate > spec. This patch makes the output 786432000 -> 393216000, > and 722534400 -> 361267200 to aligned with NXP vendor kernel without any > impact on audio functionality

[PATCH] clk: imx: imx8mm: fix audio pll setting

2019-07-14 Thread Peng Fan
From: Peng Fan The AUDIO PLL max support 650M, so the original clk settings violate spec. This patch makes the output 786432000 -> 393216000, and 722534400 -> 361267200 to aligned with NXP vendor kernel without any impact on audio functionality and go within 650MHz PLL limit. Cc: Fixes: