[PATCH 2/2] arm64: defconfig: Enable Glymur clock controllers

Taniya Das posted 2 patches 1 month, 1 week ago
[PATCH 2/2] arm64: defconfig: Enable Glymur clock controllers
Posted by Taniya Das 1 month, 1 week ago
Enable the Glymur video and gpu clock controller for their respective
functionalities on the Qualcomm Glymur CRD boards.

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d3ed35d3e6a4f904004942ee5637a332ed8e6105..5d635e38e2af3dce417688b3acb627ea7e8d6369 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1457,7 +1457,9 @@ CONFIG_COMMON_CLK_MT8192_VENCSYS=y
 CONFIG_COMMON_CLK_QCOM=y
 CONFIG_CLK_GLYMUR_DISPCC=m
 CONFIG_CLK_GLYMUR_GCC=y
+CONFIG_CLK_GLYMUR_GPUCC=m
 CONFIG_CLK_GLYMUR_TCSRCC=m
+CONFIG_CLK_GLYMUR_VIDEOCC=m
 CONFIG_CLK_KAANAPALI_GCC=y
 CONFIG_CLK_KAANAPALI_TCSRCC=m
 CONFIG_CLK_X1E80100_CAMCC=m

-- 
2.34.1
Re: [PATCH 2/2] arm64: defconfig: Enable Glymur clock controllers
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 20/02/2026 11:16, Taniya Das wrote:
> Enable the Glymur video and gpu clock controller for their respective

Qualcomm Glymur SoC

> functionalities on the Qualcomm Glymur CRD boards.

Subject: Qualcomm

Again, you are adding commit to generic kernel to generic defconfig. How
anyone can figure out what is Glymur when going via shortlog?


Best regards,
Krzysztof
Re: [PATCH 2/2] arm64: defconfig: Enable Glymur clock controllers
Posted by Taniya Das 1 month, 1 week ago

On 2/20/2026 4:37 PM, Krzysztof Kozlowski wrote:
> On 20/02/2026 11:16, Taniya Das wrote:
>> Enable the Glymur video and gpu clock controller for their respective
> 
> Qualcomm Glymur SoC
> 

Sure, will update.

>> functionalities on the Qualcomm Glymur CRD boards.
> 
> Subject: Qualcomm
> 
> Again, you are adding commit to generic kernel to generic defconfig. How
> anyone can figure out what is Glymur when going via shortlog?
> 
> 
> Best regards,
> Krzysztof

-- 
Thanks,
Taniya Das