Lines Matching +full:x1e80100 +full:- +full:gpucc
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2023-2024, Qualcomm Innovation Center, Inc. All rights reserved.
6 #include <linux/clk-provider.h>
14 #include <dt-bindings/clock/qcom,x1e80100-gpucc.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"
537 { .compatible = "qcom,x1p42100-gpucc" },
547 ret = devm_pm_runtime_enable(&pdev->dev); in gpu_cc_x1p42100_probe()
551 ret = pm_runtime_resume_and_get(&pdev->dev); in gpu_cc_x1p42100_probe()
557 pm_runtime_put(&pdev->dev); in gpu_cc_x1p42100_probe()
569 ret = qcom_cc_really_probe(&pdev->dev, &gpu_cc_x1p42100_desc, regmap); in gpu_cc_x1p42100_probe()
571 pm_runtime_put(&pdev->dev); in gpu_cc_x1p42100_probe()
579 .name = "gpucc-x1p42100",
586 MODULE_DESCRIPTION("QTI GPUCC X1P42100 Driver");