mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
clk: qcom: common: Add support to register rcg dfs in qcom_cc_really_probe
Add support to register the rcg dfs in qcom_cc_really_probe(). This allows users to move the call from the probe function to static properties. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250715-sm7635-clocks-v3-1-18f9faac4984@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
eb1af6ee48
commit
b21b5b3ae0
@@ -30,6 +30,8 @@ struct qcom_cc_driver_data {
|
||||
size_t num_alpha_plls;
|
||||
u32 *clk_cbcrs;
|
||||
size_t num_clk_cbcrs;
|
||||
const struct clk_rcg_dfs_data *dfs_rcgs;
|
||||
size_t num_dfs_rcgs;
|
||||
void (*clk_regs_configure)(struct device *dev, struct regmap *regmap);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user