Skip to content

Commit

Permalink
ARM: dts: OMAP5/DRA7: use omap5-mpu-dpll-clock capable of dealing wit…
Browse files Browse the repository at this point in the history
…h 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>
  • Loading branch information
Nishanth Menon authored and Tero Kristo committed Jun 6, 2014
1 parent b4be018 commit 7e14807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/dra7xx-clocks.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@

dpll_mpu_ck: dpll_mpu_ck {
#clock-cells = <0>;
compatible = "ti,omap4-dpll-clock";
compatible = "ti,omap5-mpu-dpll-clock";
clocks = <&sys_clkin1>, <&mpu_dpll_hs_clk_div>;
reg = <0x0160>, <0x0164>, <0x016c>, <0x0168>;
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap54xx-clocks.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@

dpll_mpu_ck: dpll_mpu_ck {
#clock-cells = <0>;
compatible = "ti,omap4-dpll-clock";
compatible = "ti,omap5-mpu-dpll-clock";
clocks = <&sys_clkin>, <&mpu_dpll_hs_clk_div>;
reg = <0x0160>, <0x0164>, <0x016c>, <0x0168>;
};
Expand Down

0 comments on commit 7e14807

Please sign in to comment.