* [PATCH] clk: qcom: videocc-sm8350: use depend on instead of select
@ 2026-03-13 11:10 Pengyu Luo
2026-03-13 16:09 ` Dmitry Baryshkov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Pengyu Luo @ 2026-03-13 11:10 UTC (permalink / raw)
To: Bjorn Andersson, Michael Turquette, Stephen Boyd
Cc: Pengyu Luo, linux-arm-msm, linux-clk, linux-kernel
Both sm8350 and sc8280xp use this, on sc8280xp, this would select
gcc-sm8350, we don't neet it on sc8280xp. use depend on to fix it.
Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
---
drivers/clk/qcom/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
index ced60771ec..59c1909451 100644
--- a/drivers/clk/qcom/Kconfig
+++ b/drivers/clk/qcom/Kconfig
@@ -1614,10 +1614,10 @@ config SM_VIDEOCC_8250
config SM_VIDEOCC_8350
tristate "SM8350 Video Clock Controller"
depends on ARM64 || COMPILE_TEST
- select SM_GCC_8350
+ depends on SM_GCC_8350 || SC_GCC_8280XP
select QCOM_GDSC
help
- Support for the video clock controller on SM8350 devices.
+ Support for the video clock controller on SM8350 or SC8280XP devices.
Say Y if you want to support video devices and functionality such as
video encode and decode.
--
2.53.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] clk: qcom: videocc-sm8350: use depend on instead of select
2026-03-13 11:10 [PATCH] clk: qcom: videocc-sm8350: use depend on instead of select Pengyu Luo
@ 2026-03-13 16:09 ` Dmitry Baryshkov
2026-03-16 10:55 ` Imran Shaik
2026-03-19 3:31 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2026-03-13 16:09 UTC (permalink / raw)
To: Pengyu Luo
Cc: Bjorn Andersson, Michael Turquette, Stephen Boyd, linux-arm-msm,
linux-clk, linux-kernel
On Fri, Mar 13, 2026 at 07:10:18PM +0800, Pengyu Luo wrote:
> Both sm8350 and sc8280xp use this, on sc8280xp, this would select
> gcc-sm8350, we don't neet it on sc8280xp. use depend on to fix it.
>
> Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
> ---
> drivers/clk/qcom/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] clk: qcom: videocc-sm8350: use depend on instead of select
2026-03-13 11:10 [PATCH] clk: qcom: videocc-sm8350: use depend on instead of select Pengyu Luo
2026-03-13 16:09 ` Dmitry Baryshkov
@ 2026-03-16 10:55 ` Imran Shaik
2026-03-19 3:31 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Imran Shaik @ 2026-03-16 10:55 UTC (permalink / raw)
To: Pengyu Luo, Bjorn Andersson, Michael Turquette, Stephen Boyd
Cc: linux-arm-msm, linux-clk, linux-kernel
On 13-03-2026 04:40 pm, Pengyu Luo wrote:
> Both sm8350 and sc8280xp use this, on sc8280xp, this would select
> gcc-sm8350, we don't neet it on sc8280xp. use depend on to fix it.
>
> Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
> ---
> drivers/clk/qcom/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Imran Shaik <imran.shaik@oss.qualcomm.com>
Thanks,
Imran
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] clk: qcom: videocc-sm8350: use depend on instead of select
2026-03-13 11:10 [PATCH] clk: qcom: videocc-sm8350: use depend on instead of select Pengyu Luo
2026-03-13 16:09 ` Dmitry Baryshkov
2026-03-16 10:55 ` Imran Shaik
@ 2026-03-19 3:31 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2026-03-19 3:31 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Pengyu Luo
Cc: linux-arm-msm, linux-clk, linux-kernel
On Fri, 13 Mar 2026 19:10:18 +0800, Pengyu Luo wrote:
> Both sm8350 and sc8280xp use this, on sc8280xp, this would select
> gcc-sm8350, we don't neet it on sc8280xp. use depend on to fix it.
>
>
Applied, thanks!
[1/1] clk: qcom: videocc-sm8350: use depend on instead of select
commit: ecaec77148428fd372a57eadbcca68845a8c68f7
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-03-19 3:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 11:10 [PATCH] clk: qcom: videocc-sm8350: use depend on instead of select Pengyu Luo
2026-03-13 16:09 ` Dmitry Baryshkov
2026-03-16 10:55 ` Imran Shaik
2026-03-19 3:31 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox