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

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

arm/dts: dra7xx: add 'ti,set-rate-parent' for dss_dss_clk



We need set-rate-parent flags for the display's clock path so that the
DSS driver can change the clock rate of the PLL.

This patchs adds the ti,set-rate-parent flag to 'dss_dss_clk' clock
node, which is only a gate clock, allowing the setting of the clock rate
to propagate to the PLL.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Cc: devicetree@vger.kernel.org
Acked-by: default avatarTero Kristo <t-kristo@ti.com>
parent f892b203
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1531,6 +1531,7 @@
		clocks = <&dpll_per_h12x2_ck>;
		ti,bit-shift = <8>;
		reg = <0x1120>;
		ti,set-rate-parent;
	};

	dss_hdmi_clk: dss_hdmi_clk {