Message ID | 20250214-rb1-enable-gpucc-v1-1-346b5b579fca@linaro.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: defconfig: Enable Qualcomm QCM2290 GPU clock controller | expand |
On 14/02/2025 15:25, Dmitry Baryshkov wrote: > Enable GPU clock controller for the Qualcomm QCM2290 SoC. This chip is > used e.g. on the Qualcomm Robotics RB1 platform. The clock controller is > required for the GPU and GPU IOMMU to work on that device. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index cb7da44155999b59aff95966f4cdc9107f2af46a..7e475f38f3e1146dc0f742d13ffbc2d0648e2de5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1320,6 +1320,7 @@ CONFIG_CLK_X1E80100_DISPCC=m CONFIG_CLK_X1E80100_GCC=y CONFIG_CLK_X1E80100_GPUCC=m CONFIG_CLK_X1E80100_TCSRCC=y +CONFIG_CLK_QCM2290_GPUCC=m CONFIG_QCOM_A53PLL=y CONFIG_QCOM_CLK_APCS_MSM8916=y CONFIG_QCOM_CLK_APCC_MSM8996=y
Enable GPU clock controller for the Qualcomm QCM2290 SoC. This chip is used e.g. on the Qualcomm Robotics RB1 platform. The clock controller is required for the GPU and GPU IOMMU to work on that device. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) --- base-commit: ed58d103e6da15a442ff87567898768dc3a66987 change-id: 20250214-rb1-enable-gpucc-7ae0a1bf6d1a Best regards,