提交 a08c832f 编写于 作者: E Eugeniy Paltsev 提交者: Vineet Gupta

ARC: [plat-hsdk]: Set initial core pll output frequency

Set initial core pll output frequency specified in device tree to
1GHz. It will be applied at the core pll driver probing.
Acked-by: NStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: NEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
上级 c18fc907
...@@ -114,6 +114,14 @@ ...@@ -114,6 +114,14 @@
reg = <0x00 0x10>, <0x14B8 0x4>; reg = <0x00 0x10>, <0x14B8 0x4>;
#clock-cells = <0>; #clock-cells = <0>;
clocks = <&input_clk>; clocks = <&input_clk>;
/*
* Set initial core pll output frequency to 1GHz.
* It will be applied at the core pll driver probing
* on early boot.
*/
assigned-clocks = <&core_clk>;
assigned-clock-rates = <1000000000>;
}; };
serial: serial@5000 { serial: serial@5000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册