Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50b96894 authored by Dave Gerlach's avatar Dave Gerlach Committed by Tero Kristo
Browse files

ARM: dts: am43xx-clocks: use ti, fixed-factor-clock for dpll_per_clkdcoldo



Use the ti,fixed-factor-clock version so that autoidle for
dpll_per_clkdcoldo is properly controlled after power management code
is introduced. Without this the clock may be held active even when
it is gated.

Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
parent 89ca3b88
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -609,10 +609,13 @@

	dpll_per_clkdcoldo: dpll_per_clkdcoldo {
		#clock-cells = <0>;
		compatible = "fixed-factor-clock";
		compatible = "ti,fixed-factor-clock";
		clocks = <&dpll_per_ck>;
		clock-mult = <1>;
		clock-div = <1>;
		ti,clock-mult = <1>;
		ti,clock-div = <1>;
		ti,autoidle-shift = <8>;
		reg = <0x2e14>;
		ti,invert-autoidle-bit;
	};

	dll_aging_clk_div: dll_aging_clk_div {