diff options
author | J Keerthy <j-keerthy@ti.com> | 2013-07-23 02:35:38 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 15:36:23 -0500 |
commit | 7d138d3aafea6e7252ae5ea1e80423335b6c70dc (patch) | |
tree | deefbf4907aea419608b2b207d7197bfc9fbd124 /arch/arm/boot | |
parent | ee6c750761dc125cb4390b11551f221006c26224 (diff) |
ARM: dts: clk: Add apll related clocks
The patch adds a mux node to choose the parent of apll_pcie_ck node.
Signed-off-by: J Keerthy <j-keerthy@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/dra7xx-clocks.dtsi | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi index 32df8470b4a8..d4e7410dc0cd 100644 --- a/arch/arm/boot/dts/dra7xx-clocks.dtsi +++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi | |||
@@ -1150,11 +1150,19 @@ | |||
1150 | ti,invert-autoidle-bit; | 1150 | ti,invert-autoidle-bit; |
1151 | }; | 1151 | }; |
1152 | 1152 | ||
1153 | apll_pcie_in_clk_mux: apll_pcie_in_clk_mux@4ae06118 { | ||
1154 | compatible = "ti,mux-clock"; | ||
1155 | clocks = <&dpll_pcie_ref_ck>, <&pciesref_acs_clk_ck>; | ||
1156 | #clock-cells = <0>; | ||
1157 | reg = <0x021c 0x4>; | ||
1158 | ti,bit-shift = <7>; | ||
1159 | }; | ||
1160 | |||
1153 | apll_pcie_ck: apll_pcie_ck { | 1161 | apll_pcie_ck: apll_pcie_ck { |
1154 | #clock-cells = <0>; | 1162 | #clock-cells = <0>; |
1155 | compatible = "ti,omap4-dpll-clock"; | 1163 | compatible = "ti,dra7-apll-clock"; |
1156 | clocks = <&dpll_pcie_ref_ck>, <&dpll_pcie_ref_ck>; | 1164 | clocks = <&apll_pcie_in_clk_mux>, <&dpll_pcie_ref_ck>; |
1157 | reg = <0x0200>, <0x0204>, <0x020c>, <0x0208>; | 1165 | reg = <0x021c>, <0x0220>; |
1158 | }; | 1166 | }; |
1159 | 1167 | ||
1160 | apll_pcie_clkvcoldo: apll_pcie_clkvcoldo { | 1168 | apll_pcie_clkvcoldo: apll_pcie_clkvcoldo { |