Skip to content

Commit fd1036f

Browse files
z3ntuandersson
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 76709d3 commit fd1036f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/qcom/a53-pll.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ static int qcom_a53pll_probe(struct platform_device *pdev)
151151
}
152152

153153
static const struct of_device_id qcom_a53pll_match_table[] = {
154+
{ .compatible = "qcom,msm8226-a7pll" },
154155
{ .compatible = "qcom,msm8916-a53pll" },
155156
{ .compatible = "qcom,msm8939-a53pll" },
156157
{ }

0 commit comments

Comments
 (0)