Searched +full:ipq6018 +full:- +full:a53pll (Results 1 – 2 of 2) sorted by relevance
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | qcom,a53pll.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,a53pll.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <andersson@kernel.org> 19 - qcom,ipq5018-a53pll 20 - qcom,ipq5332-a53pll 21 - qcom,ipq6018-a53pll 22 - qcom,ipq8074-a53pll 23 - qcom,ipq9574-a73pll [all …]
|
| /linux/drivers/clk/qcom/ |
| H A D | apss-ipq-pll.c | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <linux/clk-provider.h> 9 #include "clk-alpha-pll.h" 19 .name = "a53pll", 37 .name = "a53pll", 59 .name = "a53pll", 177 struct device *dev = &pdev->dev; in apss_ipq_pll_probe() 190 data = of_device_get_match_data(&pdev->dev); in apss_ipq_pll_probe() 192 return -ENODEV; in apss_ipq_pll_probe() 194 if (data->pll_type == CLK_ALPHA_PLL_TYPE_HUAYRA) in apss_ipq_pll_probe() [all …]
|