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 pm_runtime_enable(&pdev->dev); in mss_sc7180_probe()
77 ret = pm_clk_create(&pdev->dev); in mss_sc7180_probe()
81 ret = pm_clk_add(&pdev->dev, "cfg_ahb"); in mss_sc7180_probe()
83 dev_err(&pdev->dev, "failed to acquire iface clock\n"); in mss_sc7180_probe()
94 pm_clk_destroy(&pdev->dev); in mss_sc7180_probe()
97 pm_runtime_disable(&pdev->dev); in mss_sc7180_probe()
104 pm_clk_destroy(&pdev->dev); in mss_sc7180_remove()
105 pm_runtime_disable(&pdev->dev); in mss_sc7180_remove()
115 { .compatible = "qcom,sc7180-mss" },
124 .name = "sc7180-mss",
142 MODULE_DESCRIPTION("QTI MSS SC7180 Driver");