Lines Matching +full:gpucc +full:- +full:sa8775p
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2021-2022, 2024, Qualcomm Innovation Center, Inc. All rights reserved.
7 #include <linux/clk-provider.h>
15 #include <dt-bindings/clock/qcom,qcs8300-gpucc.h>
17 #include "clk-alpha-pll.h"
18 #include "clk-branch.h"
19 #include "clk-rcg.h"
20 #include "clk-regmap.h"
21 #include "clk-regmap-divider.h"
624 { .compatible = "qcom,qcs8300-gpucc" },
625 { .compatible = "qcom,sa8775p-gpucc" },
638 if (of_device_is_compatible(pdev->dev.of_node, "qcom,qcs8300-gpucc")) { in gpu_cc_sa8775p_probe()
649 return qcom_cc_really_probe(&pdev->dev, &gpu_cc_sa8775p_desc, regmap); in gpu_cc_sa8775p_probe()
655 .name = "gpu_cc-sa8775p",
662 MODULE_DESCRIPTION("SA8775P GPUCC driver");