]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: ti: dpll44xx: fix clksel register initialization
authorTero Kristo <t-kristo@ti.com>
Thu, 9 Feb 2017 09:25:28 +0000 (11:25 +0200)
committerTero Kristo <t-kristo@ti.com>
Wed, 8 Mar 2017 11:05:42 +0000 (13:05 +0200)
commit473adbf4e02857a6b78dfb3d9fcf752638bbadb9
tree2bedaf64bf3a3a5f0d5352ff75712b5c8a338da1
parent9a00fa6843953cff1e3420002a454a61edfdd5f0
clk: ti: dpll44xx: fix clksel register initialization

clksel register pointer should be used for the DPLL-MX autoidle handling.
Currently this is not setup at all. Fix by adding proper handling for the
register.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
drivers/clk/ti/dpll.c