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

Commit c3be7acd authored by J Keerthy's avatar J Keerthy Committed by Mike Turquette
Browse files

ARM: dts: DRA7: Change apll_pcie_m2_ck to fixed factor clock



This patch changes apll_pcie_m2_ck to fixed factor
clock as there are no configurable divider associated to m2.

Signed-off-by: default avatarJ Keerthy <j-keerthy@ti.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Tested-by: default avatarNishanth Menon <nm@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent 7d138d3a
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -1183,13 +1183,10 @@

	apll_pcie_m2_ck: apll_pcie_m2_ck {
		#clock-cells = <0>;
		compatible = "ti,divider-clock";
		compatible = "fixed-factor-clock";
		clocks = <&apll_pcie_ck>;
		ti,max-div = <127>;
		ti,autoidle-shift = <8>;
		reg = <0x0224>;
		ti,index-starts-at-one;
		ti,invert-autoidle-bit;
		clock-mult = <1>;
		clock-div = <1>;
	};

	dpll_per_ck: dpll_per_ck {