Home
last modified time | relevance | path

Searched +full:qcs404 +full:- +full:q6sstopcc (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,q6sstopcc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,q6sstopcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <andersson@kernel.org>
14 const: qcom,qcs404-q6sstopcc
18 - description: Q6SSTOP clocks register region
19 - description: Q6SSTOP_TCSR register region
23 - description: ahb clock for the q6sstopCC
25 '#clock-cells':
[all …]
/linux/drivers/clk/qcom/
H A Dq6sstop-qcs404.c1 // SPDX-License-Identifier: GPL-2.0
7 #include <linux/clk-provider.h>
15 #include <dt-bindings/clock/qcom,q6sstopcc-qcs404.h>
17 #include "clk-regmap.h"
18 #include "clk-branch.h"
153 { .compatible = "qcom,qcs404-q6sstopcc" },
163 ret = devm_pm_runtime_enable(&pdev->dev); in q6sstopcc_qcs404_probe()
167 ret = devm_pm_clk_create(&pdev->dev); in q6sstopcc_qcs404_probe()
171 ret = pm_clk_add(&pdev->dev, NULL); in q6sstopcc_qcs404_probe()
173 dev_err(&pdev->dev, "failed to acquire iface clock\n"); in q6sstopcc_qcs404_probe()
[all …]