]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
clk: imx: imx8mm: fix audio pll setting
authorPeng Fan <peng.fan@nxp.com>
Mon, 15 Jul 2019 02:55:43 +0000 (02:55 +0000)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 18 Oct 2019 08:25:40 +0000 (04:25 -0400)
commit8c163da4060074fb8cdcb157717a7939e7221f85
tree1ab50d5d0595116cfb9b26b9bab390c563f99174
parent1b2c810ef8af1cf41d663cdb0eff23dfc758db0a
clk: imx: imx8mm: fix audio pll setting

BugLink: https://bugs.launchpad.net/bugs/1848042
commit 053a4ffe298836bb973d2cba59f82fff60c7db5b upstream.

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: <stable@vger.kernel.org>
Fixes: ba5625c3e272 ("clk: imx: Add clock driver support for imx8mm")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/clk/imx/clk-imx8mm.c