Lines Matching +full:sm8450 +full:- +full:dispcc
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
8 #include <linux/clk-provider.h>
17 #include <dt-bindings/clock/qcom,sm8450-dispcc.h>
20 #include "clk-alpha-pll.h"
21 #include "clk-branch.h"
22 #include "clk-pll.h"
23 #include "clk-rcg.h"
24 #include "clk-regmap.h"
25 #include "clk-regmap-divider.h"
26 #include "clk-regmap-mux.h"
1760 { .compatible = "qcom,sm8450-dispcc" },
1775 pm_runtime_enable(&pdev->dev); in disp_cc_sm8450_probe()
1777 ret = devm_add_action_or_reset(&pdev->dev, disp_cc_sm8450_pm_runtime_disable, &pdev->dev); in disp_cc_sm8450_probe()
1781 ret = pm_runtime_resume_and_get(&pdev->dev); in disp_cc_sm8450_probe()
1803 pm_runtime_put(&pdev->dev); in disp_cc_sm8450_probe()
1811 .name = "disp_cc-sm8450",
1828 MODULE_DESCRIPTION("QTI DISPCC SM8450 Driver");