linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] arm64: defconfig: Enable camcc and videocc on Qualcomm SM8450+
@ 2025-06-05 17:36 Krzysztof Kozlowski
  2025-06-05 17:41 ` Konrad Dybcio
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-06-05 17:36 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, linux-arm-msm, linux-kernel
  Cc: Krzysztof Kozlowski

Enable the drivers for camera clock controllers on Qualcomm SM8550 and
SM8650 SoC (enabled in all DTS files like SM8550-HDK or SM8650-HDK) and
video clock controllers on Qualcomm SM8450 SoC (enabled in SM8450-HDK
DTS).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Resend because I forgot to CC right people.
---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 62d3c87858e1..2ffa590b962f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1404,6 +1404,8 @@ CONFIG_SDM_DISPCC_845=y
 CONFIG_SDM_LPASSCC_845=m
 CONFIG_SDX_GCC_75=y
 CONFIG_SM_CAMCC_8250=m
+CONFIG_SM_CAMCC_8550=m
+CONFIG_SM_CAMCC_8650=m
 CONFIG_SM_DISPCC_6115=m
 CONFIG_SM_DISPCC_8250=y
 CONFIG_SM_DISPCC_8450=m
@@ -1431,6 +1433,7 @@ CONFIG_SM_VIDEOCC_8250=y
 CONFIG_SM_VIDEOCC_8550=m
 CONFIG_QCOM_HFPLL=y
 CONFIG_CLK_GFM_LPASS_SM8250=m
+CONFIG_SM_VIDEOCC_8450=m
 CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y
 CONFIG_CLK_RENESAS_VBATTB=m
 CONFIG_HWSPINLOCK=y
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [RESEND PATCH] arm64: defconfig: Enable camcc and videocc on Qualcomm SM8450+
  2025-06-05 17:36 [RESEND PATCH] arm64: defconfig: Enable camcc and videocc on Qualcomm SM8450+ Krzysztof Kozlowski
@ 2025-06-05 17:41 ` Konrad Dybcio
  2025-06-05 18:28 ` neil.armstrong
  2025-06-12  4:00 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2025-06-05 17:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Bjorn Andersson, Konrad Dybcio,
	linux-arm-msm, linux-kernel


On 6/5/25 7:36 PM, Krzysztof Kozlowski wrote:
> Enable the drivers for camera clock controllers on Qualcomm SM8550 and
> SM8650 SoC (enabled in all DTS files like SM8550-HDK or SM8650-HDK) and
> video clock controllers on Qualcomm SM8450 SoC (enabled in SM8450-HDK
> DTS).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RESEND PATCH] arm64: defconfig: Enable camcc and videocc on Qualcomm SM8450+
  2025-06-05 17:36 [RESEND PATCH] arm64: defconfig: Enable camcc and videocc on Qualcomm SM8450+ Krzysztof Kozlowski
  2025-06-05 17:41 ` Konrad Dybcio
@ 2025-06-05 18:28 ` neil.armstrong
  2025-06-12  4:00 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: neil.armstrong @ 2025-06-05 18:28 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Bjorn Andersson, Konrad Dybcio,
	linux-arm-msm, linux-kernel

On 05/06/2025 19:36, Krzysztof Kozlowski wrote:
> Enable the drivers for camera clock controllers on Qualcomm SM8550 and
> SM8650 SoC (enabled in all DTS files like SM8550-HDK or SM8650-HDK) and
> video clock controllers on Qualcomm SM8450 SoC (enabled in SM8450-HDK
> DTS).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Resend because I forgot to CC right people.
> ---
>   arch/arm64/configs/defconfig | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 62d3c87858e1..2ffa590b962f 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1404,6 +1404,8 @@ CONFIG_SDM_DISPCC_845=y
>   CONFIG_SDM_LPASSCC_845=m
>   CONFIG_SDX_GCC_75=y
>   CONFIG_SM_CAMCC_8250=m
> +CONFIG_SM_CAMCC_8550=m
> +CONFIG_SM_CAMCC_8650=m
>   CONFIG_SM_DISPCC_6115=m
>   CONFIG_SM_DISPCC_8250=y
>   CONFIG_SM_DISPCC_8450=m
> @@ -1431,6 +1433,7 @@ CONFIG_SM_VIDEOCC_8250=y
>   CONFIG_SM_VIDEOCC_8550=m
>   CONFIG_QCOM_HFPLL=y
>   CONFIG_CLK_GFM_LPASS_SM8250=m
> +CONFIG_SM_VIDEOCC_8450=m
>   CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y
>   CONFIG_CLK_RENESAS_VBATTB=m
>   CONFIG_HWSPINLOCK=y

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RESEND PATCH] arm64: defconfig: Enable camcc and videocc on Qualcomm SM8450+
  2025-06-05 17:36 [RESEND PATCH] arm64: defconfig: Enable camcc and videocc on Qualcomm SM8450+ Krzysztof Kozlowski
  2025-06-05 17:41 ` Konrad Dybcio
  2025-06-05 18:28 ` neil.armstrong
@ 2025-06-12  4:00 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2025-06-12  4:00 UTC (permalink / raw)
  To: Konrad Dybcio, linux-arm-msm, linux-kernel, Krzysztof Kozlowski


On Thu, 05 Jun 2025 19:36:09 +0200, Krzysztof Kozlowski wrote:
> Enable the drivers for camera clock controllers on Qualcomm SM8550 and
> SM8650 SoC (enabled in all DTS files like SM8550-HDK or SM8650-HDK) and
> video clock controllers on Qualcomm SM8450 SoC (enabled in SM8450-HDK
> DTS).
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: Enable camcc and videocc on Qualcomm SM8450+
      commit: c5d02bbaa217b2454ba1ce7528113aa2ecf14f3c

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-12  4:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-05 17:36 [RESEND PATCH] arm64: defconfig: Enable camcc and videocc on Qualcomm SM8450+ Krzysztof Kozlowski
2025-06-05 17:41 ` Konrad Dybcio
2025-06-05 18:28 ` neil.armstrong
2025-06-12  4:00 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).