clk: imx6q: disable non functional divider
authorJan Remmet <j.remmet@phytec.de>
Mon, 2 Dec 2019 13:41:19 +0000 (14:41 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2019 02:09:12 +0000 (10:09 +0800)
commit3ff86050da41e072dd9fffc373c4f5691573cf4e
tree074c6bd9de58531e2c34a3547b7ebec1b79bf0bc
parente18f64712e9ef22054da1babe425d2a5892edcd4
clk: imx6q: disable non functional divider

The /2 divider between pll4_audio_div and pll4_post_div is not working
on imx6q. The frequency is not halved as reported by the clock tree
and measured on clko.
In the technical reference manual the divider was removed in revision 4.
It's also not listed in the imx6qp manual.

imx6dl manual mentions a divider for PLL4 and the according register
description. So keep the divider here.

Signed-off-by: Jan Remmet <j.remmet@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx6q.c