[PATCH 37/47] clk: qcom: add the GPUCC driver support for QCS9100

Tengfei Fan quic_tengfan at quicinc.com
Tue Jul 2 20:51:44 PDT 2024


Add the clock driver support for the Qualcomm Graphics Clock control
module.

Signed-off-by: Tengfei Fan <quic_tengfan at quicinc.com>
---
 drivers/clk/qcom/gpucc-sa8775p.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/qcom/gpucc-sa8775p.c b/drivers/clk/qcom/gpucc-sa8775p.c
index f8a8ac343d70..89ca1289cd74 100644
--- a/drivers/clk/qcom/gpucc-sa8775p.c
+++ b/drivers/clk/qcom/gpucc-sa8775p.c
@@ -584,6 +584,7 @@ static const struct qcom_cc_desc gpu_cc_sa8775p_desc = {
 
 static const struct of_device_id gpu_cc_sa8775p_match_table[] = {
 	{ .compatible = "qcom,sa8775p-gpucc" },
+	{ .compatible = "qcom,qcs9100-gpucc" },
 	{ }
 };
 MODULE_DEVICE_TABLE(of, gpu_cc_sa8775p_match_table);
-- 
2.25.1




More information about the linux-phy mailing list