Lines Matching +full:sa8775p +full:- +full:dispcc0
1 // SPDX-License-Identifier: GPL-2.0-only
6 #include <linux/clk-provider.h>
14 #include <dt-bindings/clock/qcom,sa8775p-dispcc.h>
16 #include "clk-alpha-pll.h"
17 #include "clk-branch.h"
18 #include "clk-pll.h"
19 #include "clk-rcg.h"
20 #include "clk-regmap.h"
21 #include "clk-regmap-divider.h"
22 #include "clk-regmap-mux.h"
1432 { .compatible = "qcom,sa8775p-dispcc0" },
1442 ret = devm_pm_runtime_enable(&pdev->dev); in disp_cc_0_sa8775p_probe()
1446 ret = pm_runtime_resume_and_get(&pdev->dev); in disp_cc_0_sa8775p_probe()
1452 pm_runtime_put(&pdev->dev); in disp_cc_0_sa8775p_probe()
1463 ret = qcom_cc_really_probe(&pdev->dev, &disp_cc_0_sa8775p_desc, regmap); in disp_cc_0_sa8775p_probe()
1465 pm_runtime_put(&pdev->dev); in disp_cc_0_sa8775p_probe()
1473 .name = "dispcc0-sa8775p",
1480 MODULE_DESCRIPTION("QTI DISPCC0 SA8775P Driver");