OSDN Git Service

clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
authorHeiko Stuebner <heiko@sntech.de>
Tue, 19 Jan 2016 09:01:08 +0000 (10:01 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 24 Jan 2016 22:29:16 +0000 (23:29 +0100)
commit535ebd428aeb07c3327947281306f2943f2c9faa
tree91f83de7f76548c303d4098a5ef571aaf9e03292
parentee16bbd289a63e3036d31dcd809e411e9a5dbd5d
clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster

Both clusters have their mux bit in bit 7 of their respective register.
For whatever reason the big cluster currently lists bit 15 which is
definitly wrong.

Fixes: 3536c97a52db ("clk: rockchip: add rk3368 clock controller")
Reported-by: Zhang Qing <zhangqing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: zhangqing <zhangqing@rock-chips.com>
Cc: stable@vger.kernel.org
drivers/clk/rockchip/clk-rk3368.c