diff options
author | Nishanth Menon <nm@ti.com> | 2014-05-16 06:46:00 -0400 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-06-06 13:33:40 -0400 |
commit | 7e148070001ae82df08966199580a29b934e3bf3 (patch) | |
tree | b15538c8e4192a723fef5ba6b81d4bde6fbd26a2 /arch/arm/boot/dts/dra7xx-clocks.dtsi | |
parent | b4be018921879ba7452379af8fb7320833a12bd4 (diff) |
ARM: dts: OMAP5/DRA7: use omap5-mpu-dpll-clock capable of dealing with higher frequencies
OMAP5432, DRA75x and DRA72x have MPU DPLLs that need Duty Cycle
Correction(DCC) to operate safely at frequencies >= 1.4GHz.
Switch to "ti,omap5-mpu-dpll-clock" compatible property which provides
this support.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7xx-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7xx-clocks.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi index 30160348934c..264b9caa9eef 100644 --- a/arch/arm/boot/dts/dra7xx-clocks.dtsi +++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi | |||
@@ -277,7 +277,7 @@ | |||
277 | 277 | ||
278 | dpll_mpu_ck: dpll_mpu_ck { | 278 | dpll_mpu_ck: dpll_mpu_ck { |
279 | #clock-cells = <0>; | 279 | #clock-cells = <0>; |
280 | compatible = "ti,omap4-dpll-clock"; | 280 | compatible = "ti,omap5-mpu-dpll-clock"; |
281 | clocks = <&sys_clkin1>, <&mpu_dpll_hs_clk_div>; | 281 | clocks = <&sys_clkin1>, <&mpu_dpll_hs_clk_div>; |
282 | reg = <0x0160>, <0x0164>, <0x016c>, <0x0168>; | 282 | reg = <0x0160>, <0x0164>, <0x016c>, <0x0168>; |
283 | }; | 283 | }; |