MLK-17491-24 clk: imx: clk-pllv4: fix the wrong mult values used
authorDong Aisheng <aisheng.dong@nxp.com>
Thu, 7 Sep 2017 04:50:13 +0000 (12:50 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:54:35 +0000 (14:54 -0500)
commit934f4065c0c05bdfc858b1c6bc26c91634bb2845
tree47cba1bd21d9070499036299fbde149427d1ad50
parent8e68c72676c3dae66bbd2b828eadf684bd7f8f24
MLK-17491-24 clk: imx: clk-pllv4: fix the wrong mult values used

According to reference manual, the Valid MULT values are 33, 27, 22,
20, 17, 16. Not the ranges from 16 to 30 currently used.

Fixes: 78ef764871d6 ("MLK-13441-5 ARM: imx: add new clk types")
Cc: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
drivers/clk/imx/clk-pllv4.c