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

Commit 61e24d37 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents f7c2daa5 01e0be45
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;