clk: rockchip: fix rk3368 cpuclk divider offsets
authorHeiko Stuebner <heiko@sntech.de>
Tue, 1 Dec 2015 21:23:45 +0000 (22:23 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 3 Dec 2015 15:20:02 +0000 (16:20 +0100)
commit8ad0df33c62d706f925a5910701255759a68c2e5
treee034afae6f6805debc1b30d1354d55cdafc34dc5
parent941c4d3f11c9b591f7762d125b7977ceffb1fa7c
clk: rockchip: fix rk3368 cpuclk divider offsets

Due to a copy-paste error the the rk3368 cpuclk settings were acessing
rk3288-specific register offsets. This never caused problems till now,
as cpu frequency scaling in't used currently at all.

Reported-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3368.c