mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
clk: rockchip: add clk_gpu init to rate 200M
This commit is contained in:
@@ -1089,6 +1089,7 @@
|
||||
clocks = <&clk_cpll>, <&clk_gpll>;
|
||||
clock-output-names = "clk_gpu";
|
||||
#clock-cells = <0>;
|
||||
#clock-init-cells = <1>;
|
||||
};
|
||||
|
||||
/* reg[15:8]: reserved */
|
||||
|
||||
@@ -343,7 +343,8 @@
|
||||
<&clk_cpll 594000000>, <&aclk_cpu 192000000>,
|
||||
<&hclk_cpu 96000000>, <&pclk_cpu 48000000>,
|
||||
<&pclk_ahb2apb 48000000>, <&aclk_peri 192000000>,
|
||||
<&hclk_peri 96000000>, <&pclk_peri 48000000>;
|
||||
<&hclk_peri 96000000>, <&pclk_peri 48000000>,
|
||||
<&clk_gpu 200000000>;
|
||||
};
|
||||
|
||||
fb: fb{
|
||||
|
||||
Reference in New Issue
Block a user