clk: imx: imx8mn: fix audio pll setting
authorPeng Fan <peng.fan@nxp.com>
Tue, 20 Aug 2019 01:55:07 +0000 (01:55 +0000)
committerShawn Guo <shawnguo@kernel.org>
Sat, 24 Aug 2019 19:04:27 +0000 (21:04 +0200)
commit760e548e7f885d89bf2dfab4838df9379edd19fc
treed44e4c6db45f92556e5d6d73abd67f96c09a4dcf
parent613cc5cd745c77da2b9090bcb29f82c05b853567
clk: imx: imx8mn: fix audio pll setting

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.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx8mn.c