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

Commit 01e0be45 authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

clk: qcom: clock-generic: Add a field that indicates a low power source



Implementations may want to differentiate between the
safe source that is used when switching frequencies and
the one used when switching to low power modes. Add a field
to provide this flexibility and alleviating the need for
implementation specific ops.

Change-Id: Icd9ac9d11f0e39a06fe0f70531b3576e888afb2d
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent 02a35344
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ struct mux_clk {
	u32		mask;
	u32		shift;
	u32		en_mask;
	int		low_power_sel;
	void		*priv;

	struct clk	c;