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

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

Merge "msm: clock: Move fixed_clk to clock-generic header"

parents 8f84b3bc 71f15909
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -75,15 +75,6 @@ static inline struct rcg_clk *to_rcg_clk(struct clk *clk)

extern struct clk_freq_tbl rcg_dummy_freq;

/**
 * struct fixed_clk - fixed rate clock (used for crystal oscillators)
 * @rate: output rate
 * @c: clk
 */
struct fixed_clk {
	struct clk c;
};

/**
 * struct branch_clk - branch clock
 * @set_rate: Set the frequency of this branch clock.
+8 −0
Original line number Diff line number Diff line
@@ -16,6 +16,14 @@

#include <linux/clk/msm-clk-provider.h>

/**
 * struct fixed_clk - fixed rate clock
 * @c: clk
 */
struct fixed_clk {
	struct clk c;
};

/* ==================== Mux clock ==================== */

struct clk_src {