Re: [RFC PATCH] clk: qcom: rpmcc: Add support to XO buffered clocks

From: Srinivas Kandagatla
Date: Thu Mar 15 2018 - 12:25:02 EST




On 15/03/18 14:37, srinivas.kandagatla@xxxxxxxxxx wrote:
struct clk_rpm {
const int rpm_clk_id;
+ const int xo_offset;
+ u32 xo_buffer_value;
const bool active_only;
Just realized that this would not work when more than one xo are active, I will have a closer look and send an new version.

thanks,
srini