Skip to content

Commit 7e14807

Browse files
nmenonTero Kristo
authored andcommitted
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 <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent b4be018 commit 7e14807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/dra7xx-clocks.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277

278278
dpll_mpu_ck: dpll_mpu_ck {
279279
#clock-cells = <0>;
280-
compatible = "ti,omap4-dpll-clock";
280+
compatible = "ti,omap5-mpu-dpll-clock";
281281
clocks = <&sys_clkin1>, <&mpu_dpll_hs_clk_div>;
282282
reg = <0x0160>, <0x0164>, <0x016c>, <0x0168>;
283283
};

arch/arm/boot/dts/omap54xx-clocks.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362

363363
dpll_mpu_ck: dpll_mpu_ck {
364364
#clock-cells = <0>;
365-
compatible = "ti,omap4-dpll-clock";
365+
compatible = "ti,omap5-mpu-dpll-clock";
366366
clocks = <&sys_clkin>, <&mpu_dpll_hs_clk_div>;
367367
reg = <0x0160>, <0x0164>, <0x016c>, <0x0168>;
368368
};

0 commit comments

Comments
 (0)