Home
last modified time | relevance | path

Searched +full:ipq6018 +full:- +full:a53pll (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/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,ipq5332-a53pll
20 - qcom,ipq6018-a53pll
21 - qcom,ipq8074-a53pll
22 - qcom,ipq9574-a73pll
23 - qcom,msm8916-a53pll
[all …]
/kernel/linux/linux-5.10/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 - 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 …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dipq6018.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * IPQ6018 SoC device tree source
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/clock/qcom,gcc-ipq6018.h>
10 #include <dt-bindings/reset/qcom,gcc-ipq6018.h>
11 #include <dt-bindings/clock/qcom,apss-ipq.h>
14 #address-cells = <2>;
15 #size-cells = <2>;
16 interrupt-parent = <&intc>;
19 sleep_clk: sleep-clk {
[all …]
/kernel/linux/linux-5.10/drivers/clk/qcom/
Dapss-ipq-pll.c1 // SPDX-License-Identifier: GPL-2.0
3 #include <linux/clk-provider.h>
8 #include "clk-alpha-pll.h"
29 .name = "a53pll",
57 struct device *dev = &pdev->dev; in apss_ipq_pll_probe()
81 { .compatible = "qcom,ipq6018-a53pll" },
89 .name = "qcom-ipq-apss-pll",
/kernel/linux/linux-6.6/drivers/clk/qcom/
Dapss-ipq-pll.c1 // SPDX-License-Identifier: GPL-2.0
3 #include <linux/clk-provider.h>
9 #include "clk-alpha-pll.h"
13 * are different from the one mentioned in the clk-alpha-pll.c, since the
48 .name = "a53pll",
66 .name = "a53pll",
167 struct device *dev = &pdev->dev; in apss_ipq_pll_probe()
180 data = of_device_get_match_data(&pdev->dev); in apss_ipq_pll_probe()
182 return -ENODEV; in apss_ipq_pll_probe()
184 if (data->pll_type == CLK_ALPHA_PLL_TYPE_HUAYRA) in apss_ipq_pll_probe()
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dipq6018.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * IPQ6018 SoC device tree source
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/clock/qcom,gcc-ipq6018.h>
10 #include <dt-bindings/reset/qcom,gcc-ipq6018.h>
11 #include <dt-bindings/clock/qcom,apss-ipq.h>
14 #address-cells = <2>;
15 #size-cells = <2>;
16 interrupt-parent = <&intc>;
19 sleep_clk: sleep-clk {
[all …]
Dipq5332.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
8 #include <dt-bindings/clock/qcom,apss-ipq.h>
9 #include <dt-bindings/clock/qcom,ipq5332-gcc.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 interrupt-parent = <&intc>;
14 #address-cells = <2>;
15 #size-cells = <2>;
18 sleep_clk: sleep-clk {
19 compatible = "fixed-clock";
[all …]
Dipq8074.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 #include <dt-bindings/interrupt-controller/arm-gic.h>
7 #include <dt-bindings/clock/qcom,gcc-ipq8074.h>
10 #address-cells = <2>;
11 #size-cells = <2>;
15 interrupt-parent = <&intc>;
19 compatible = "fixed-clock";
20 clock-frequency = <32768>;
21 #clock-cells = <0>;
25 compatible = "fixed-clock";
[all …]