mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-06 17:35:20 +02:00
clk: qcom: dispcc-sm8550: use rcg2_shared_ops for ESC RCGs
[ Upstream commitc8bee3ff6c
] Follow the recommendations and park disp_cc_mdss_esc[01]_clk_src to the XO instead of disabling the clocks by using the clk_rcg2_shared_ops. Fixes:90114ca114
("clk: qcom: add SM8550 DISPCC driver") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20240717-dispcc-sm8550-fixes-v2-5-5c4a3128c40b@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
ffb0ae195b
commit
676bf8fcf3
|
@ -562,7 +562,7 @@ static struct clk_rcg2 disp_cc_mdss_esc0_clk_src = {
|
||||||
.parent_data = disp_cc_parent_data_5,
|
.parent_data = disp_cc_parent_data_5,
|
||||||
.num_parents = ARRAY_SIZE(disp_cc_parent_data_5),
|
.num_parents = ARRAY_SIZE(disp_cc_parent_data_5),
|
||||||
.flags = CLK_SET_RATE_PARENT,
|
.flags = CLK_SET_RATE_PARENT,
|
||||||
.ops = &clk_rcg2_ops,
|
.ops = &clk_rcg2_shared_ops,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -577,7 +577,7 @@ static struct clk_rcg2 disp_cc_mdss_esc1_clk_src = {
|
||||||
.parent_data = disp_cc_parent_data_5,
|
.parent_data = disp_cc_parent_data_5,
|
||||||
.num_parents = ARRAY_SIZE(disp_cc_parent_data_5),
|
.num_parents = ARRAY_SIZE(disp_cc_parent_data_5),
|
||||||
.flags = CLK_SET_RATE_PARENT,
|
.flags = CLK_SET_RATE_PARENT,
|
||||||
.ops = &clk_rcg2_ops,
|
.ops = &clk_rcg2_shared_ops,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user