Add support for the Global Clock Controller found in the QCS9100 plarform. Signed-off-by: Tengfei Fan <quic_tengfan@xxxxxxxxxxx> --- 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