mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user