* [PATCH 0/2] clk: qcom: dispcc: fix clock ops used for DPTX AUX clocks
@ 2026-01-12 2:12 Dmitry Baryshkov
2026-01-12 2:12 ` [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source Dmitry Baryshkov
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Dmitry Baryshkov @ 2026-01-12 2:12 UTC (permalink / raw)
To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Taniya Das,
Dmitry Baryshkov
Cc: linux-arm-msm, linux-clk, linux-kernel
Correct clock ops used for DPTX1 AUX clock on Glymur and SM8450
platforms.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Dmitry Baryshkov (2):
clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source
clk: qcom: dispcc-sm8450: use RCG2 ops for DPTX1 AUX clock source
drivers/clk/qcom/dispcc-glymur.c | 2 +-
drivers/clk/qcom/dispcc-sm8450.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: fc4e91c639c0af93d63c3d5bc0ee45515dd7504a
change-id: 20260112-dp-aux-clks-6119bebe0e03
Best regards,
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source
2026-01-12 2:12 [PATCH 0/2] clk: qcom: dispcc: fix clock ops used for DPTX AUX clocks Dmitry Baryshkov
@ 2026-01-12 2:12 ` Dmitry Baryshkov
2026-01-12 10:25 ` Taniya Das
` (2 more replies)
2026-01-12 2:12 ` [PATCH 2/2] clk: qcom: dispcc-sm8450: " Dmitry Baryshkov
2026-02-23 19:56 ` [PATCH 0/2] clk: qcom: dispcc: fix clock ops used for DPTX AUX clocks Bjorn Andersson
2 siblings, 3 replies; 10+ messages in thread
From: Dmitry Baryshkov @ 2026-01-12 2:12 UTC (permalink / raw)
To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Taniya Das,
Dmitry Baryshkov
Cc: linux-arm-msm, linux-clk, linux-kernel
The clk_dp_ops are supposed to be used for DP-related clocks with a
proper MND divier. Use shared RCG2 ops for dptx1_aux_clk_src, the same
as all other DPTX AUX clocks in this driver.
Fixes: b4d15211c408 ("clk: qcom: dispcc-glymur: Add support for Display Clock Controller")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
drivers/clk/qcom/dispcc-glymur.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/qcom/dispcc-glymur.c b/drivers/clk/qcom/dispcc-glymur.c
index 5203fa6383f6..f352165bf56f 100644
--- a/drivers/clk/qcom/dispcc-glymur.c
+++ b/drivers/clk/qcom/dispcc-glymur.c
@@ -417,7 +417,7 @@ static struct clk_rcg2 disp_cc_mdss_dptx1_aux_clk_src = {
.parent_data = disp_cc_parent_data_1,
.num_parents = ARRAY_SIZE(disp_cc_parent_data_1),
.flags = CLK_SET_RATE_PARENT,
- .ops = &clk_dp_ops,
+ .ops = &clk_rcg2_shared_ops,
},
};
--
2.47.3
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/2] clk: qcom: dispcc-sm8450: use RCG2 ops for DPTX1 AUX clock source
2026-01-12 2:12 [PATCH 0/2] clk: qcom: dispcc: fix clock ops used for DPTX AUX clocks Dmitry Baryshkov
2026-01-12 2:12 ` [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source Dmitry Baryshkov
@ 2026-01-12 2:12 ` Dmitry Baryshkov
2026-01-12 10:26 ` Taniya Das
` (2 more replies)
2026-02-23 19:56 ` [PATCH 0/2] clk: qcom: dispcc: fix clock ops used for DPTX AUX clocks Bjorn Andersson
2 siblings, 3 replies; 10+ messages in thread
From: Dmitry Baryshkov @ 2026-01-12 2:12 UTC (permalink / raw)
To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Taniya Das,
Dmitry Baryshkov
Cc: linux-arm-msm, linux-clk, linux-kernel
The clk_dp_ops are supposed to be used for DP-related clocks with a
proper MND divier. Use standard RCG2 ops for dptx1_aux_clk_src, the same
as all other DPTX AUX clocks in this driver.
Fixes: 16fb89f92ec4 ("clk: qcom: Add support for Display Clock Controller on SM8450")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
drivers/clk/qcom/dispcc-sm8450.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/qcom/dispcc-sm8450.c b/drivers/clk/qcom/dispcc-sm8450.c
index 9ce9fd28e55b..2e91332dd92a 100644
--- a/drivers/clk/qcom/dispcc-sm8450.c
+++ b/drivers/clk/qcom/dispcc-sm8450.c
@@ -409,7 +409,7 @@ static struct clk_rcg2 disp_cc_mdss_dptx1_aux_clk_src = {
.parent_data = disp_cc_parent_data_1,
.num_parents = ARRAY_SIZE(disp_cc_parent_data_1),
.flags = CLK_SET_RATE_PARENT,
- .ops = &clk_dp_ops,
+ .ops = &clk_rcg2_ops,
},
};
--
2.47.3
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source
2026-01-12 2:12 ` [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source Dmitry Baryshkov
@ 2026-01-12 10:25 ` Taniya Das
2026-01-12 11:13 ` Konrad Dybcio
2026-01-13 15:01 ` Abel Vesa
2 siblings, 0 replies; 10+ messages in thread
From: Taniya Das @ 2026-01-12 10:25 UTC (permalink / raw)
To: Dmitry Baryshkov, Bjorn Andersson, Michael Turquette,
Stephen Boyd, Dmitry Baryshkov
Cc: linux-arm-msm, linux-clk, linux-kernel
On 1/12/2026 7:42 AM, Dmitry Baryshkov wrote:
> The clk_dp_ops are supposed to be used for DP-related clocks with a
> proper MND divier. Use shared RCG2 ops for dptx1_aux_clk_src, the same
> as all other DPTX AUX clocks in this driver.
>
> Fixes: b4d15211c408 ("clk: qcom: dispcc-glymur: Add support for Display Clock Controller")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
> drivers/clk/qcom/dispcc-glymur.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/qcom/dispcc-glymur.c b/drivers/clk/qcom/dispcc-glymur.c
> index 5203fa6383f6..f352165bf56f 100644
> --- a/drivers/clk/qcom/dispcc-glymur.c
> +++ b/drivers/clk/qcom/dispcc-glymur.c
> @@ -417,7 +417,7 @@ static struct clk_rcg2 disp_cc_mdss_dptx1_aux_clk_src = {
> .parent_data = disp_cc_parent_data_1,
> .num_parents = ARRAY_SIZE(disp_cc_parent_data_1),
> .flags = CLK_SET_RATE_PARENT,
> - .ops = &clk_dp_ops,
> + .ops = &clk_rcg2_shared_ops,
> },
> };
>
>
Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com>
--
Thanks,
Taniya Das
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] clk: qcom: dispcc-sm8450: use RCG2 ops for DPTX1 AUX clock source
2026-01-12 2:12 ` [PATCH 2/2] clk: qcom: dispcc-sm8450: " Dmitry Baryshkov
@ 2026-01-12 10:26 ` Taniya Das
2026-01-12 11:13 ` Konrad Dybcio
2026-01-13 15:01 ` Abel Vesa
2 siblings, 0 replies; 10+ messages in thread
From: Taniya Das @ 2026-01-12 10:26 UTC (permalink / raw)
To: Dmitry Baryshkov, Bjorn Andersson, Michael Turquette,
Stephen Boyd, Dmitry Baryshkov
Cc: linux-arm-msm, linux-clk, linux-kernel
On 1/12/2026 7:42 AM, Dmitry Baryshkov wrote:
> The clk_dp_ops are supposed to be used for DP-related clocks with a
> proper MND divier. Use standard RCG2 ops for dptx1_aux_clk_src, the same
> as all other DPTX AUX clocks in this driver.
>
> Fixes: 16fb89f92ec4 ("clk: qcom: Add support for Display Clock Controller on SM8450")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
> drivers/clk/qcom/dispcc-sm8450.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/qcom/dispcc-sm8450.c b/drivers/clk/qcom/dispcc-sm8450.c
> index 9ce9fd28e55b..2e91332dd92a 100644
> --- a/drivers/clk/qcom/dispcc-sm8450.c
> +++ b/drivers/clk/qcom/dispcc-sm8450.c
> @@ -409,7 +409,7 @@ static struct clk_rcg2 disp_cc_mdss_dptx1_aux_clk_src = {
> .parent_data = disp_cc_parent_data_1,
> .num_parents = ARRAY_SIZE(disp_cc_parent_data_1),
> .flags = CLK_SET_RATE_PARENT,
> - .ops = &clk_dp_ops,
> + .ops = &clk_rcg2_ops,
> },
> };
>
>
Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com>
--
Thanks,
Taniya Das
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source
2026-01-12 2:12 ` [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source Dmitry Baryshkov
2026-01-12 10:25 ` Taniya Das
@ 2026-01-12 11:13 ` Konrad Dybcio
2026-01-13 15:01 ` Abel Vesa
2 siblings, 0 replies; 10+ messages in thread
From: Konrad Dybcio @ 2026-01-12 11:13 UTC (permalink / raw)
To: Dmitry Baryshkov, Bjorn Andersson, Michael Turquette,
Stephen Boyd, Taniya Das, Dmitry Baryshkov
Cc: linux-arm-msm, linux-clk, linux-kernel
On 1/12/26 3:12 AM, Dmitry Baryshkov wrote:
> The clk_dp_ops are supposed to be used for DP-related clocks with a
> proper MND divier. Use shared RCG2 ops for dptx1_aux_clk_src, the same
> as all other DPTX AUX clocks in this driver.
>
> Fixes: b4d15211c408 ("clk: qcom: dispcc-glymur: Add support for Display Clock Controller")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] clk: qcom: dispcc-sm8450: use RCG2 ops for DPTX1 AUX clock source
2026-01-12 2:12 ` [PATCH 2/2] clk: qcom: dispcc-sm8450: " Dmitry Baryshkov
2026-01-12 10:26 ` Taniya Das
@ 2026-01-12 11:13 ` Konrad Dybcio
2026-01-13 15:01 ` Abel Vesa
2 siblings, 0 replies; 10+ messages in thread
From: Konrad Dybcio @ 2026-01-12 11:13 UTC (permalink / raw)
To: Dmitry Baryshkov, Bjorn Andersson, Michael Turquette,
Stephen Boyd, Taniya Das, Dmitry Baryshkov
Cc: linux-arm-msm, linux-clk, linux-kernel
On 1/12/26 3:12 AM, Dmitry Baryshkov wrote:
> The clk_dp_ops are supposed to be used for DP-related clocks with a
> proper MND divier. Use standard RCG2 ops for dptx1_aux_clk_src, the same
> as all other DPTX AUX clocks in this driver.
>
> Fixes: 16fb89f92ec4 ("clk: qcom: Add support for Display Clock Controller on SM8450")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] clk: qcom: dispcc-sm8450: use RCG2 ops for DPTX1 AUX clock source
2026-01-12 2:12 ` [PATCH 2/2] clk: qcom: dispcc-sm8450: " Dmitry Baryshkov
2026-01-12 10:26 ` Taniya Das
2026-01-12 11:13 ` Konrad Dybcio
@ 2026-01-13 15:01 ` Abel Vesa
2 siblings, 0 replies; 10+ messages in thread
From: Abel Vesa @ 2026-01-13 15:01 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Bjorn Andersson, Michael Turquette, Stephen Boyd, Taniya Das,
Dmitry Baryshkov, linux-arm-msm, linux-clk, linux-kernel
On 26-01-12 04:12:23, Dmitry Baryshkov wrote:
> The clk_dp_ops are supposed to be used for DP-related clocks with a
> proper MND divier. Use standard RCG2 ops for dptx1_aux_clk_src, the same
> as all other DPTX AUX clocks in this driver.
>
> Fixes: 16fb89f92ec4 ("clk: qcom: Add support for Display Clock Controller on SM8450")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source
2026-01-12 2:12 ` [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source Dmitry Baryshkov
2026-01-12 10:25 ` Taniya Das
2026-01-12 11:13 ` Konrad Dybcio
@ 2026-01-13 15:01 ` Abel Vesa
2 siblings, 0 replies; 10+ messages in thread
From: Abel Vesa @ 2026-01-13 15:01 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Bjorn Andersson, Michael Turquette, Stephen Boyd, Taniya Das,
Dmitry Baryshkov, linux-arm-msm, linux-clk, linux-kernel
On 26-01-12 04:12:22, Dmitry Baryshkov wrote:
> The clk_dp_ops are supposed to be used for DP-related clocks with a
> proper MND divier. Use shared RCG2 ops for dptx1_aux_clk_src, the same
> as all other DPTX AUX clocks in this driver.
>
> Fixes: b4d15211c408 ("clk: qcom: dispcc-glymur: Add support for Display Clock Controller")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/2] clk: qcom: dispcc: fix clock ops used for DPTX AUX clocks
2026-01-12 2:12 [PATCH 0/2] clk: qcom: dispcc: fix clock ops used for DPTX AUX clocks Dmitry Baryshkov
2026-01-12 2:12 ` [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source Dmitry Baryshkov
2026-01-12 2:12 ` [PATCH 2/2] clk: qcom: dispcc-sm8450: " Dmitry Baryshkov
@ 2026-02-23 19:56 ` Bjorn Andersson
2 siblings, 0 replies; 10+ messages in thread
From: Bjorn Andersson @ 2026-02-23 19:56 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Taniya Das, Dmitry Baryshkov,
Dmitry Baryshkov
Cc: linux-arm-msm, linux-clk, linux-kernel
On Mon, 12 Jan 2026 04:12:21 +0200, Dmitry Baryshkov wrote:
> Correct clock ops used for DPTX1 AUX clock on Glymur and SM8450
> platforms.
>
>
Applied, thanks!
[1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source
commit: e7c8eb1646db5d967d77ee67793dd95a2c5ff451
[2/2] clk: qcom: dispcc-sm8450: use RCG2 ops for DPTX1 AUX clock source
commit: 141af1be817c42c7f1e1605348d4b1983d319bea
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2026-02-23 19:56 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12 2:12 [PATCH 0/2] clk: qcom: dispcc: fix clock ops used for DPTX AUX clocks Dmitry Baryshkov
2026-01-12 2:12 ` [PATCH 1/2] clk: qcom: dispcc-glymur: use RCG2 ops for DPTX1 AUX clock source Dmitry Baryshkov
2026-01-12 10:25 ` Taniya Das
2026-01-12 11:13 ` Konrad Dybcio
2026-01-13 15:01 ` Abel Vesa
2026-01-12 2:12 ` [PATCH 2/2] clk: qcom: dispcc-sm8450: " Dmitry Baryshkov
2026-01-12 10:26 ` Taniya Das
2026-01-12 11:13 ` Konrad Dybcio
2026-01-13 15:01 ` Abel Vesa
2026-02-23 19:56 ` [PATCH 0/2] clk: qcom: dispcc: fix clock ops used for DPTX AUX clocks Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox