Searched +full:msm8916 +full:- +full:a53pll (Results 1 – 3 of 3) 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 | a53-pll.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <linux/clk-provider.h> 17 #include "clk-pll.h" 18 #include "clk-regmap.h" 90 struct device *dev = &pdev->dev; in qcom_a53pll_probe() 91 struct device_node *np = dev->of_node; in qcom_a53pll_probe() 100 return -ENOMEM; in qcom_a53pll_probe() 110 pll->l_reg = 0x04; in qcom_a53pll_probe() 111 pll->m_reg = 0x08; in qcom_a53pll_probe() 112 pll->n_reg = 0x0c; in qcom_a53pll_probe() [all …]
|
H A D | apcs-msm8916.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <linux/clk-provider.h> 17 #include "clk-regmap.h" 18 #include "clk-regmap-mux-div.h" 24 { .fw_name = "pll", .name = "a53pll", }, 47 struct device *dev = &pdev->dev; in qcom_apcs_msm8916_clk_probe() 48 struct device *parent = dev->parent; in qcom_apcs_msm8916_clk_probe() 49 struct device_node *np = parent->of_node; in qcom_apcs_msm8916_clk_probe() 53 int ret = -ENODEV; in qcom_apcs_msm8916_clk_probe() 63 return -ENOMEM; in qcom_apcs_msm8916_clk_probe() [all …]
|