rk3036:clk:modify init clocks

This commit is contained in:
张晴
2014-07-12 12:52:39 +08:00
parent 1b06959c15
commit 1cda5a3a28
2 changed files with 7 additions and 5 deletions

View File

@@ -85,7 +85,7 @@
fixed_factor_cons {
compatible = "rockchip,rk-fixed-factor-cons";
/*
otgphy0_12m: otgphy0_12m {
compatible = "rockchip,rk-fixed-factor-clock";
clocks = <&clk_gates1 5>;
@@ -94,7 +94,7 @@
clock-mult = <20>;
#clock-cells = <0>;
};
*/
hclk_vcodec: hclk_vcodec {
compatible = "rockchip,rk-fixed-factor-clock";
clocks = <&aclk_vcodec_pre>;
@@ -822,6 +822,7 @@
#clock-cells = <0>;
rockchip,clkops-idx =
<CLKOPS_RATE_MUX_DIV>;
rockchip,flags = <CLK_SET_RATE_NO_REPARENT>;
};
/* reg[31:7]: reserved */
@@ -939,7 +940,7 @@
clk_ddr: ddr_clk_pll_mux {
compatible = "rockchip,rk3188-mux-con";
rockchip,bits = <8 1>;
clocks = <&clk_gates0 2>, <&clk_gates0 8>;
clocks = <&clk_dpll>, <&dummy>;
clock-output-names = "clk_ddr";
#clock-cells = <0>;
};
@@ -1078,6 +1079,7 @@
#clock-cells = <0>;
rockchip,clkops-idx =
<CLKOPS_RATE_MUX_DIV>;
rockchip,flags = <CLK_SET_RATE_NO_REPARENT>;
};
/* reg[13]: reserved */
@@ -1115,7 +1117,7 @@
clk_gpu_pre: clk_gpu_pre_mux {
compatible = "rockchip,rk3188-mux-con";
rockchip,bits = <8 2>;
clocks = <&dummy>, <&clk_dpll>, <&clk_gpll>;
clocks = <&dummy>, <&dummy>, <&clk_gpll>;
clock-output-names = "clk_gpu_pre";
#clock-cells = <0>;
#clock-init-cells = <1>;

View File

@@ -196,7 +196,7 @@
<&aclk_peri_pre &clk_gpll>, <&clk_uart_pll &clk_gpll>,
<&clk_i2s_pll &clk_gpll>, <&clk_spdif_pll &clk_gpll>,
<&aclk_vcodec_pre &clk_gpll>, <&clk_hevc_core &clk_gpll>,
<&clk_mac_pll &clk_apll>;
<&aclk_vio_pre &clk_gpll>, <&clk_mac_pll &clk_apll>;
rockchip,clocks-init-rate =
<&clk_core 816000000>, <&clk_gpll 594000000>,
<&aclk_cpu_pre 150000000>, <&hclk_cpu_pre 75000000>,