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

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/clk-provider.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>

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

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

enum {};

static const struct pll_vco trion_vco[] =;

static 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 freq_tbl ftbl_gpu_cc_gmu_clk_src[] =;

static const struct freq_tbl ftbl_gpu_cc_gmu_clk_src_sc8180x[] =;

static struct clk_rcg2 gpu_cc_gmu_clk_src =;

static struct clk_branch gpu_cc_ahb_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_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_gx_gmu_clk =;

static struct gdsc gpu_cx_gdsc =;

static struct gdsc gpu_gx_gdsc =;

static struct clk_regmap *gpu_cc_sm8150_clocks[] =;

static const struct qcom_reset_map gpu_cc_sm8150_resets[] =;

static struct gdsc *gpu_cc_sm8150_gdscs[] =;

static const struct regmap_config gpu_cc_sm8150_regmap_config =;

static const struct qcom_cc_desc gpu_cc_sm8150_desc =;

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

static int gpu_cc_sm8150_probe(struct platform_device *pdev)
{}

static struct platform_driver gpu_cc_sm8150_driver =;

module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();