Lines Matching +full:pcie +full:- +full:sc8280xp
1 // SPDX-License-Identifier: GPL-2.0-only
7 #include <linux/clk-provider.h>
16 #include <dt-bindings/clock/qcom,gcc-sc8280xp.h>
18 #include "clk-alpha-pll.h"
19 #include "clk-branch.h"
20 #include "clk-rcg.h"
21 #include "clk-regmap.h"
22 #include "clk-regmap-divider.h"
23 #include "clk-regmap-mux.h"
24 #include "clk-regmap-phy-mux.h"
6779 * The Qualcomm PCIe driver does not yet implement suspend so to keep the
6780 * PCIe power domains always-on for now.
7532 ret = devm_pm_runtime_enable(&pdev->dev); in gcc_sc8280xp_probe()
7536 ret = pm_runtime_resume_and_get(&pdev->dev); in gcc_sc8280xp_probe()
7546 /* Keep some clocks always-on */ in gcc_sc8280xp_probe()
7561 ret = qcom_cc_really_probe(&pdev->dev, &gcc_sc8280xp_desc, regmap); in gcc_sc8280xp_probe()
7565 pm_runtime_put(&pdev->dev); in gcc_sc8280xp_probe()
7570 pm_runtime_put_sync(&pdev->dev); in gcc_sc8280xp_probe()
7576 { .compatible = "qcom,gcc-sc8280xp" },
7584 .name = "gcc-sc8280xp",
7601 MODULE_DESCRIPTION("Qualcomm SC8280XP GCC driver");