Lines Matching +full:gpucc +full:- +full:sm8150
1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
6 #include <linux/clk-provider.h>
12 #include <dt-bindings/clock/qcom,gpucc-sm8150.h>
15 #include "clk-alpha-pll.h"
16 #include "clk-branch.h"
17 #include "clk-pll.h"
18 #include "clk-rcg.h"
19 #include "clk-regmap.h"
289 { .compatible = "qcom,sc8180x-gpucc" },
290 { .compatible = "qcom,sm8150-gpucc" },
303 if (of_device_is_compatible(pdev->dev.of_node, "qcom,sc8180x-gpucc")) in gpu_cc_sm8150_probe()
308 return qcom_cc_really_probe(&pdev->dev, &gpu_cc_sm8150_desc, regmap); in gpu_cc_sm8150_probe()
314 .name = "sm8150-gpucc",
321 MODULE_DESCRIPTION("QTI GPUCC SM8150 Driver");