Home
last modified time | relevance | path

Searched +full:msm8916 +full:- +full:a53pll (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dqcom,a53pll.yaml1 # 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,ipq6018-a53pll
20 - qcom,ipq8074-a53pll
21 - qcom,msm8916-a53pll
22 - qcom,msm8939-a53pll
27 '#clock-cells':
[all …]
/Linux-v6.1/drivers/clk/qcom/
Da53-pll.c1 // 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 …]
Dapcs-msm8916.c1 // 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-v6.1/arch/arm64/boot/dts/qcom/
Dmsm8916.dtsi1 // 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/power/qcom-rpmpd.h>
12 #include <dt-bindings/reset/qcom,gcc-msm8916.h>
13 #include <dt-bindings/thermal/thermal.h>
[all …]