clk: rockchip: reparent aclk_cpu_pre to the gpll
authorHeiko Stuebner <heiko@sntech.de>
Thu, 4 Sep 2014 19:24:45 +0000 (21:24 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 27 Sep 2014 15:57:14 +0000 (17:57 +0200)
aclk_cpu_pre on the rk3188 can either be sourced from the armclk or the gpll.
To reduce complexity on apll changes caused by cpufreq, reparent it always
to the gpll source.

If really necessary it could be reparented back on a per board level using
the assigned-clocks mechanism.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3188.c

Simple merge