clk: sunxi-ng: h6: fix bus clocks' divider position
authorIcenowy Zheng <icenowy@aosc.io>
Wed, 8 Aug 2018 17:19:52 +0000 (01:19 +0800)
committerChen-Yu Tsai <wens@csie.org>
Mon, 27 Aug 2018 02:35:03 +0000 (10:35 +0800)
commit2852bfbf4f168fec27049ad9ed20941fc9e84b95
treea8217b9fbafbb8abb7aa9d03a7027ed29191c192
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
clk: sunxi-ng: h6: fix bus clocks' divider position

The bus clocks (AHB/APB) on Allwinner H6 have their second divider start
at bit 8, according to the user manual and the BSP code. However,
currently the divider offset is incorrectly set to 16, thus the divider
is not correctly read and the clock frequency is not correctly calculated.

Fix this bit offset on all affected bus clocks in ccu-sun50i-h6.

Cc: stable@vger.kernel.org # v4.17.y
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
drivers/clk/sunxi-ng/ccu-sun50i-h6.c