Lines Matching +full:sm8550 +full:- +full:dispcc
1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <linux/clk-provider.h>
17 #include <dt-bindings/clock/qcom,sm8550-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"
1753 { .compatible = "qcom,sm8550-dispcc" },
1754 { .compatible = "qcom,sm8650-dispcc" },
1764 ret = devm_pm_runtime_enable(&pdev->dev); in disp_cc_sm8550_probe()
1768 ret = pm_runtime_resume_and_get(&pdev->dev); in disp_cc_sm8550_probe()
1778 if (of_device_is_compatible(pdev->dev.of_node, "qcom,sm8650-dispcc")) { in disp_cc_sm8550_probe()
1781 disp_cc_mdss_dptx1_usb_router_link_intf_clk.clkr.hw.init->parent_hws[0] = in disp_cc_sm8550_probe()
1791 /* Keep some clocks always-on */ in disp_cc_sm8550_probe()
1794 ret = qcom_cc_really_probe(&pdev->dev, &disp_cc_sm8550_desc, regmap); in disp_cc_sm8550_probe()
1798 pm_runtime_put(&pdev->dev); in disp_cc_sm8550_probe()
1803 pm_runtime_put_sync(&pdev->dev); in disp_cc_sm8550_probe()
1811 .name = "disp_cc-sm8550",
1818 MODULE_DESCRIPTION("QTI DISPCC SM8550 / SM8650 Driver");