From: Luca Weiss Date: Wed, 19 Jun 2024 21:02:48 +0000 (+0200) Subject: clk: qcom: a53-pll: Add MSM8226 a7pll support X-Git-Tag: v6.12-rc1~83^2~1^5^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd1036f7a73de55c9173d29067ff8c121be741fa;p=thirdparty%2Fkernel%2Flinux.git clk: qcom: a53-pll: Add MSM8226 a7pll support The MSM8226 has one PLL for its Cortex-A7 cores. The frequencies will be specified in devicetree. Signed-off-by: Luca Weiss Link: https://lore.kernel.org/r/20240619-msm8226-cpufreq-v1-4-85143f5291d1@lucaweiss.eu Signed-off-by: Bjorn Andersson --- diff --git a/drivers/clk/qcom/a53-pll.c b/drivers/clk/qcom/a53-pll.c index f9c5e296dba2a..f43d455ab4b84 100644 --- a/drivers/clk/qcom/a53-pll.c +++ b/drivers/clk/qcom/a53-pll.c @@ -151,6 +151,7 @@ static int qcom_a53pll_probe(struct platform_device *pdev) } static const struct of_device_id qcom_a53pll_match_table[] = { + { .compatible = "qcom,msm8226-a7pll" }, { .compatible = "qcom,msm8916-a53pll" }, { .compatible = "qcom,msm8939-a53pll" }, { }