[PATCH 34/47] clk: qcom: add the GCC driver support for QCS9100
Tengfei Fan
quic_tengfan at quicinc.com
Tue Jul 2 20:51:41 PDT 2024
Add support for the Global Clock Controller found in the QCS9100
plarform.
Signed-off-by: Tengfei Fan <quic_tengfan at quicinc.com>
---
drivers/clk/qcom/gcc-sa8775p.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/qcom/gcc-sa8775p.c b/drivers/clk/qcom/gcc-sa8775p.c
index e7425e82c54f..e0f024f6c469 100644
--- a/drivers/clk/qcom/gcc-sa8775p.c
+++ b/drivers/clk/qcom/gcc-sa8775p.c
@@ -4656,6 +4656,7 @@ static const struct qcom_cc_desc gcc_sa8775p_desc = {
};
static const struct of_device_id gcc_sa8775p_match_table[] = {
+ { .compatible = "qcom,qcs9100-gcc" },
{ .compatible = "qcom,sa8775p-gcc" },
{ }
};
--
2.25.1
More information about the linux-phy
mailing list