Searched +full:qcs404 +full:- +full:q6sstopcc (Results 1 – 2 of 2) sorted by relevance
1 # 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-q6sstopcc18 - description: Q6SSTOP clocks register region19 - description: Q6SSTOP_TCSR register region23 - description: ahb clock for the q6sstopCC25 '#clock-cells':[all …]
1 // SPDX-License-Identifier: GPL-2.07 #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 …]