Home
last modified time | relevance | path

Searched +full:qcs404 +full:- +full:turingcc (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,qcs404-turingcc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,qcs404-turingcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Turing Clock & Reset Controller on QCS404
10 - Bjorn Andersson <andersson@kernel.org>
14 const: qcom,qcs404-turingcc
22 '#clock-cells':
25 '#reset-cells':
29 - compatible
[all …]
/linux/drivers/clk/qcom/
H A Dturingcc-qcs404.c1 // SPDX-License-Identifier: GPL-2.0
7 #include <linux/clk-provider.h>
16 #include <dt-bindings/clock/qcom,turingcc-qcs404.h>
18 #include "clk-regmap.h"
19 #include "clk-branch.h"
114 ret = devm_pm_runtime_enable(&pdev->dev); in turingcc_probe()
118 ret = devm_pm_clk_create(&pdev->dev); in turingcc_probe()
122 ret = pm_clk_add(&pdev->dev, NULL); in turingcc_probe()
124 dev_err(&pdev->dev, "failed to acquire iface clock\n"); in turingcc_probe()
128 ret = pm_runtime_resume_and_get(&pdev->dev); in turingcc_probe()
[all …]
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o
4 clk-qcom-y += common.o
5 clk-qcom-y += clk-regmap.o
6 clk-qcom-y += clk-alpha-pll.o
7 clk-qcom-y += clk-pll.o
8 clk-qcom-y += clk-rcg.o
9 clk-qcom-y += clk-rcg2.o
10 clk-qcom-y += clk-branch.o
11 clk-qcom-y += clk-regmap-divider.o
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dqcs404.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 #include <dt-bindings/interrupt-controller/arm-gic.h>
7 #include <dt-bindings/clock/qcom,gcc-qcs404.h>
8 #include <dt-bindings/clock/qcom,turingcc-qcs404.h>
9 #include <dt-bindings/clock/qcom,rpmcc.h>
10 #include <dt-bindings/power/qcom-rpmpd.h>
11 #include <dt-bindings/thermal/thermal.h>
14 interrupt-parent = <&intc>;
16 #address-cells = <2>;
17 #size-cells = <2>;
[all …]