clk: rockchip: add clk_gpu init to rate 200M

This commit is contained in:
dkl
2014-02-10 10:52:33 +08:00
parent ca8cb61eff
commit 88754eb2c6
2 changed files with 3 additions and 1 deletions

View File

@@ -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 */

View File

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