From: dkl Date: Sat, 13 Dec 2014 04:27:04 +0000 (+0800) Subject: rk3368: dts: init gpll rate before clk_core_b and clk_core_l X-Git-Tag: firefly_0821_release~4158^2~527 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b8b2df2f412a1473e449abeb46142f11cf8850cc;p=firefly-linux-kernel-4.4.55.git rk3368: dts: init gpll rate before clk_core_b and clk_core_l It's better to init gpll rate before clk_core_b and clk_core_l, because gpll will be used when clk_core_b and clk_core_l change rate. Signed-off-by: dkl --- diff --git a/arch/arm64/boot/dts/rk3368.dtsi b/arch/arm64/boot/dts/rk3368.dtsi index de0fa254c701..1afc30dbf3ac 100644 --- a/arch/arm64/boot/dts/rk3368.dtsi +++ b/arch/arm64/boot/dts/rk3368.dtsi @@ -450,8 +450,8 @@ <&clk_uart_pll &clk_gpll>, <&aclk_gpu &clk_cpll>, <&clk_cs &clk_gpll>; rockchip,clocks-init-rate = - <&clk_core_b 792000000>, <&clk_core_l 600000000>, - <&clk_gpll 576000000>, <&clk_cpll 400000000>, + <&clk_gpll 576000000>, <&clk_core_b 792000000>, + <&clk_core_l 600000000>, <&clk_cpll 400000000>, /*<&clk_npll 500000000>,*/ <&aclk_bus 300000000>, <&hclk_bus 150000000>, <&pclk_bus 75000000>, <&clk_crypto 150000000>, <&aclk_peri 300000000>,