linux/drivers/clk/qcom/gpucc-sm8350.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2022, Linaro Limited
 * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
 */

#include <linux/clk.h>
#include <linux/err.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>

#include <dt-bindings/clock/qcom,gpucc-sm8350.h>

#include "clk-alpha-pll.h"
#include "clk-branch.h"
#include "clk-pll.h"
#include "clk-rcg.h"
#include "clk-regmap.h"
#include "common.h"
#include "clk-regmap-mux.h"
#include "clk-regmap-divider.h"
#include "gdsc.h"
#include "reset.h"

enum {};

static const struct pll_vco lucid_5lpe_vco[] =;

static const struct alpha_pll_config gpu_cc_pll0_config =;

static const struct clk_parent_data gpu_cc_parent =;

static struct clk_alpha_pll gpu_cc_pll0 =;

static const struct alpha_pll_config gpu_cc_pll1_config =;

static struct clk_alpha_pll gpu_cc_pll1 =;

static const struct parent_map gpu_cc_parent_map_0[] =;

static const struct clk_parent_data gpu_cc_parent_data_0[] =;

static const struct parent_map gpu_cc_parent_map_1[] =;

static const struct clk_parent_data gpu_cc_parent_data_1[] =;

static const struct freq_tbl ftbl_gpu_cc_gmu_clk_src[] =;

static struct clk_rcg2 gpu_cc_gmu_clk_src =;

static const struct freq_tbl ftbl_gpu_cc_hub_clk_src[] =;

static struct clk_rcg2 gpu_cc_hub_clk_src =;

static struct clk_regmap_div gpu_cc_hub_ahb_div_clk_src =;

static struct clk_regmap_div gpu_cc_hub_cx_int_div_clk_src =;

static struct clk_branch gpu_cc_ahb_clk =;

static struct clk_branch gpu_cc_cb_clk =;

static struct clk_branch gpu_cc_crc_ahb_clk =;

static struct clk_branch gpu_cc_cx_apb_clk =;

static struct clk_branch gpu_cc_cx_gmu_clk =;

static struct clk_branch gpu_cc_cx_qdss_at_clk =;

static struct clk_branch gpu_cc_cx_qdss_trig_clk =;

static struct clk_branch gpu_cc_cx_qdss_tsctr_clk =;

static struct clk_branch gpu_cc_cx_snoc_dvm_clk =;

static struct clk_branch gpu_cc_cxo_aon_clk =;

static struct clk_branch gpu_cc_cxo_clk =;

static struct clk_branch gpu_cc_freq_measure_clk =;

static struct clk_branch gpu_cc_gx_gmu_clk =;

static struct clk_branch gpu_cc_gx_qdss_tsctr_clk =;

static struct clk_branch gpu_cc_gx_vsense_clk =;

static struct clk_branch gpu_cc_hlos1_vote_gpu_smmu_clk =;

static struct clk_branch gpu_cc_hub_aon_clk =;

static struct clk_branch gpu_cc_hub_cx_int_clk =;

static struct clk_branch gpu_cc_mnd1x_0_gfx3d_clk =;

static struct clk_branch gpu_cc_mnd1x_1_gfx3d_clk =;

static struct clk_branch gpu_cc_sleep_clk =;

static struct gdsc gpu_cx_gdsc =;

static struct gdsc gpu_gx_gdsc =;

static struct clk_regmap *gpu_cc_sm8350_clocks[] =;

static const struct qcom_reset_map gpu_cc_sm8350_resets[] =;

static struct gdsc *gpu_cc_sm8350_gdscs[] =;

static const struct regmap_config gpu_cc_sm8350_regmap_config =;

static const struct qcom_cc_desc gpu_cc_sm8350_desc =;

static int gpu_cc_sm8350_probe(struct platform_device *pdev)
{}

static const struct of_device_id gpu_cc_sm8350_match_table[] =;
MODULE_DEVICE_TABLE(of, gpu_cc_sm8350_match_table);

static struct platform_driver gpu_cc_sm8350_driver =;

module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();