Searched +full:msm8916 +full:- +full:a53pll (Results 1 – 4 of 4) 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" 89 struct device *dev = &pdev->dev; in qcom_a53pll_probe() 90 struct device_node *np = dev->of_node; in qcom_a53pll_probe() 99 return -ENOMEM; in qcom_a53pll_probe() 109 pll->l_reg = 0x04; in qcom_a53pll_probe() 110 pll->m_reg = 0x08; in qcom_a53pll_probe() 111 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 …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8917.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 #include <dt-bindings/clock/qcom,dsi-phy-28nm.h> 4 #include <dt-bindings/clock/qcom,gcc-msm8917.h> 5 #include <dt-bindings/clock/qcom,rpmcc.h> 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/power/qcom-rpmpd.h> 8 #include <dt-bindings/thermal/thermal.h> 11 interrupt-parent = <&intc>; 13 #address-cells = <2>; 14 #size-cells = <2>; [all …]
|