rockchip: clk: rk3368: implement bandwidth adjust for PLLs
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Thu, 22 Jun 2017 21:47:11 +0000 (23:47 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 13 Aug 2017 15:12:28 +0000 (17:12 +0200)
commitddfe77df15bc1db9180b261b9c701abf4712452c
tree039559884e8b6d8b0d7f5fd7383a5f49970a7dda
parente95b6312e52629f9dd7a649e1c8f33e4ce4a664b
rockchip: clk: rk3368: implement bandwidth adjust for PLLs

The RK3368 TRM recommends to configure the bandwith adjustment (CON2)
for PLLs to NF/2.  This implements this for all reconfigurations of
PLLs and removes the 'has_bwadj' flag (as the RK3368 always has the
bandwidth-adjustment feature according to its manual).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/clk/rockchip/clk_rk3368.c