Lines Matching +full:sc7180 +full:- +full:mss
1 // SPDX-License-Identifier: GPL-2.0-only
6 #include <linux/clk-provider.h>
13 #include <dt-bindings/clock/qcom,mss-sc7180.h>
15 #include "clk-regmap.h"
16 #include "clk-branch.h"
76 ret = devm_pm_runtime_enable(&pdev->dev); in mss_sc7180_probe()
80 ret = devm_pm_clk_create(&pdev->dev); in mss_sc7180_probe()
84 ret = pm_clk_add(&pdev->dev, "cfg_ahb"); in mss_sc7180_probe()
86 dev_err(&pdev->dev, "failed to acquire iface clock\n"); in mss_sc7180_probe()
90 ret = pm_runtime_resume_and_get(&pdev->dev); in mss_sc7180_probe()
98 pm_runtime_put(&pdev->dev); in mss_sc7180_probe()
103 pm_runtime_put_sync(&pdev->dev); in mss_sc7180_probe()
113 { .compatible = "qcom,sc7180-mss" },
121 .name = "sc7180-mss",
139 MODULE_DESCRIPTION("QTI MSS SC7180 Driver");