Searched +full:qcs404 +full:- +full:turingcc (Results 1 – 4 of 4) sorted by relevance
1 # 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 QCS40410 - Bjorn Andersson <andersson@kernel.org>14 const: qcom,qcs404-turingcc22 '#clock-cells':25 '#reset-cells':29 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.07 #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 …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o4 clk-qcom-y += common.o5 clk-qcom-y += clk-regmap.o6 clk-qcom-y += clk-alpha-pll.o7 clk-qcom-y += clk-pll.o8 clk-qcom-y += clk-rcg.o9 clk-qcom-y += clk-rcg2.o10 clk-qcom-y += clk-branch.o11 clk-qcom-y += clk-regmap-divider.o[all …]
1 // SPDX-License-Identifier: GPL-2.06 #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 …]