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 - Govind Singh <govinds@codeaurora.org>14 const: "qcom,qcs404-q6sstopcc"18 - 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.014 #include <dt-bindings/clock/qcom,q6sstopcc-qcs404.h>16 #include "clk-regmap.h"17 #include "clk-branch.h"152 { .compatible = "qcom,qcs404-q6sstopcc" },162 pm_runtime_enable(&pdev->dev); in q6sstopcc_qcs404_probe()163 ret = pm_clk_create(&pdev->dev); in q6sstopcc_qcs404_probe()167 ret = pm_clk_add(&pdev->dev, NULL); in q6sstopcc_qcs404_probe()169 dev_err(&pdev->dev, "failed to acquire iface clock\n"); in q6sstopcc_qcs404_probe()190 pm_clk_destroy(&pdev->dev); in q6sstopcc_qcs404_probe()[all …]