Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <luca@lucaweiss.eu>
Link: https://lore.kernel.org/r/20240619-msm8226-cpufreq-v1-4-85143f5291d1@lucaweiss.eu
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Luca Weiss and committed by
Bjorn Andersson
fd1036f7 76709d35

+1
+1
drivers/clk/qcom/a53-pll.c
··· 151 151 } 152 152 153 153 static const struct of_device_id qcom_a53pll_match_table[] = { 154 + { .compatible = "qcom,msm8226-a7pll" }, 154 155 { .compatible = "qcom,msm8916-a53pll" }, 155 156 { .compatible = "qcom,msm8939-a53pll" }, 156 157 { }