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

Commit c368dbe2 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

ARM: dts: use ti,fixed-factor-clock for dpll4_m4x2_mul_ck



We need to use set-rate-parent for dpll4_m4 clock path, so use the
ti,fixed-factor-clock version which supports set-rate-parent property.

The set-rate-parent flag itself is set in the following patch, this one
just changes the clock driver to ti,fixed-factor-clock without any other
changes.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Tested-by: default avatarChristoph Fritz <chf.fritz@googlemail.com>
Tested-by: default avatarMarek Belisko <marek@goldelico.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
parent 64a900ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@
};

&dpll4_m4x2_mul_ck {
	clock-mult = <1>;
	ti,clock-mult = <1>;
};

&dpll4_m5x2_mul_ck {
+3 −3
Original line number Diff line number Diff line
@@ -425,10 +425,10 @@

	dpll4_m4x2_mul_ck: dpll4_m4x2_mul_ck {
		#clock-cells = <0>;
		compatible = "fixed-factor-clock";
		compatible = "ti,fixed-factor-clock";
		clocks = <&dpll4_m4_ck>;
		clock-mult = <2>;
		clock-div = <1>;
		ti,clock-mult = <2>;
		ti,clock-div = <1>;
	};

	dpll4_m4x2_ck: dpll4_m4x2_ck {