Searched +full:msm8916 +full:- +full:a53pll (Results 1 – 4 of 4) sorted by relevance
/linux-5.10/Documentation/devicetree/bindings/clock/ |
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 - Sivaprakash Murugesan <sivaprak@codeaurora.org> 19 - qcom,ipq6018-a53pll 20 - qcom,msm8916-a53pll 25 '#clock-cells': 30 - description: board XO clock 32 clock-names: [all …]
|
/linux-5.10/drivers/clk/qcom/ |
D | a53-pll.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <linux/clk-provider.h> 15 #include "clk-pll.h" 16 #include "clk-regmap.h" 39 struct device *dev = &pdev->dev; in qcom_a53pll_probe() 49 return -ENOMEM; in qcom_a53pll_probe() 60 pll->l_reg = 0x04; in qcom_a53pll_probe() 61 pll->m_reg = 0x08; in qcom_a53pll_probe() 62 pll->n_reg = 0x0c; in qcom_a53pll_probe() 63 pll->config_reg = 0x14; in qcom_a53pll_probe() [all …]
|
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() 52 int ret = -ENODEV; in qcom_apcs_msm8916_clk_probe() 62 return -ENOMEM; in qcom_apcs_msm8916_clk_probe() 70 a53cc->clkr.hw.init = &init; in qcom_apcs_msm8916_clk_probe() [all …]
|
/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | msm8916.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. 6 #include <dt-bindings/arm/coresight-cti-dt.h> 7 #include <dt-bindings/clock/qcom,gcc-msm8916.h> 8 #include <dt-bindings/clock/qcom,rpmcc.h> 9 #include <dt-bindings/interconnect/qcom,msm8916.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/reset/qcom,gcc-msm8916.h> 12 #include <dt-bindings/thermal/thermal.h> 15 interrupt-parent = <&intc>; [all …]
|