Lines Matching +full:sdx55 +full:- +full:a7pll
1 // SPDX-License-Identifier: GPL-2.0
9 #include <linux/clk-provider.h>
14 #include "clk-alpha-pll.h"
22 static struct clk_alpha_pll a7pll = { variable
29 .name = "a7pll",
58 struct device *dev = &pdev->dev; in qcom_a7pll_probe()
73 regmap_read(regmap, a7pll.offset + LUCID_PLL_OFF_L_VAL, &l_val); in qcom_a7pll_probe()
75 clk_lucid_pll_configure(&a7pll, regmap, &a7pll_config); in qcom_a7pll_probe()
77 ret = devm_clk_register_regmap(dev, &a7pll.clkr); in qcom_a7pll_probe()
82 &a7pll.clkr.hw); in qcom_a7pll_probe()
86 { .compatible = "qcom,sdx55-a7pll" },
94 .name = "qcom-a7pll",