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 <dkl@rock-chips.com>
This commit is contained in:
dkl
2014-12-13 12:27:04 +08:00
committed by Huang, Tao
parent d18042afb5
commit b8b2df2f41

View File

@@ -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>,