[PATCH 7/7] arm64: defconfig: Enable clock controllers on Qualcomm Eliza SoC

Taniya Das posted 7 patches 2 weeks, 6 days ago
[PATCH 7/7] arm64: defconfig: Enable clock controllers on Qualcomm Eliza SoC
Posted by Taniya Das 2 weeks, 6 days ago
Enable the video, camera and gpu clock controllers for their respective
functionalities on the Qualcomm Eliza boards.

Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com>
---
 arch/arm64/configs/defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 18881bd239f9c53e74ad5caa492bace394e4fde7..dd45d275d30a32fd567432b5c324896518aa4ad8 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1458,6 +1458,11 @@ CONFIG_COMMON_CLK_MT8192_SCP_ADSP=y
 CONFIG_COMMON_CLK_MT8192_VDECSYS=y
 CONFIG_COMMON_CLK_MT8192_VENCSYS=y
 CONFIG_COMMON_CLK_QCOM=y
+CONFIG_CLK_ELIZA_CAMCC=m
+CONFIG_CLK_ELIZA_GCC=y
+CONFIG_CLK_ELIZA_GPUCC=m
+CONFIG_CLK_ELIZA_TCSRCC=m
+CONFIG_CLK_ELIZA_VIDEOCC=m
 CONFIG_CLK_GLYMUR_DISPCC=m
 CONFIG_CLK_GLYMUR_GCC=y
 CONFIG_CLK_GLYMUR_TCSRCC=m

-- 
2.34.1
Re: [PATCH 7/7] arm64: defconfig: Enable clock controllers on Qualcomm Eliza SoC
Posted by Krzysztof Kozlowski 2 weeks, 6 days ago
On 17/03/2026 18:14, Taniya Das wrote:
> Enable the video, camera and gpu clock controllers for their respective
> functionalities on the Qualcomm Eliza boards.
> 
> Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com>
> ---
>  arch/arm64/configs/defconfig | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 18881bd239f9c53e74ad5caa492bace394e4fde7..dd45d275d30a32fd567432b5c324896518aa4ad8 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1458,6 +1458,11 @@ CONFIG_COMMON_CLK_MT8192_SCP_ADSP=y
>  CONFIG_COMMON_CLK_MT8192_VDECSYS=y
>  CONFIG_COMMON_CLK_MT8192_VENCSYS=y
>  CONFIG_COMMON_CLK_QCOM=y
> +CONFIG_CLK_ELIZA_CAMCC=m
> +CONFIG_CLK_ELIZA_GCC=y
> +CONFIG_CLK_ELIZA_GPUCC=m
> +CONFIG_CLK_ELIZA_TCSRCC=m
I told you already twice, don't send duplicated patches. Once when you
sent sm8750 videocc, even though it was all ready and posted. Second
today when you completely ignored one month of development of Eliza in
Qualcomm tree (so your tree).

Now this. You keep sending patches interfering with work which was
already posted.

NAK

https://lore.kernel.org/all/20260316-arm64-defconfig-enable-eliza-basic-providers-v1-1-7ae581670aa8@oss.qualcomm.com/

Best regards,
Krzysztof
Re: [PATCH 7/7] arm64: defconfig: Enable clock controllers on Qualcomm Eliza SoC
Posted by Taniya Das 2 weeks, 5 days ago

On 3/17/2026 10:56 PM, Krzysztof Kozlowski wrote:
> On 17/03/2026 18:14, Taniya Das wrote:
>> Enable the video, camera and gpu clock controllers for their respective
>> functionalities on the Qualcomm Eliza boards.
>>
>> Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com>
>> ---
>>  arch/arm64/configs/defconfig | 5 +++++
>>  1 file changed, 5 insertions(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index 18881bd239f9c53e74ad5caa492bace394e4fde7..dd45d275d30a32fd567432b5c324896518aa4ad8 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -1458,6 +1458,11 @@ CONFIG_COMMON_CLK_MT8192_SCP_ADSP=y
>>  CONFIG_COMMON_CLK_MT8192_VDECSYS=y
>>  CONFIG_COMMON_CLK_MT8192_VENCSYS=y
>>  CONFIG_COMMON_CLK_QCOM=y
>> +CONFIG_CLK_ELIZA_CAMCC=m
>> +CONFIG_CLK_ELIZA_GCC=y
>> +CONFIG_CLK_ELIZA_GPUCC=m
>> +CONFIG_CLK_ELIZA_TCSRCC=m
> I told you already twice, don't send duplicated patches. Once when you
> sent sm8750 videocc, even though it was all ready and posted. Second
> today when you completely ignored one month of development of Eliza in
> Qualcomm tree (so your tree).
> 

The intention was never to enable TSCRCC, it was more of other Clock
controllers. It will be dropped in the next patch.

> Now this. You keep sending patches interfering with work which was
> already posted.
> 
> NAK
> 
> https://lore.kernel.org/all/20260316-arm64-defconfig-enable-eliza-basic-providers-v1-1-7ae581670aa8@oss.qualcomm.com/
> 
> Best regards,
> Krzysztof

-- 
Thanks,
Taniya Das