linux/drivers/clk/qcom/a7-pll.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Qualcomm A7 PLL driver
 *
 * Copyright (c) 2020, Linaro Limited
 * Author: Manivannan Sadhasivam <[email protected]>
 */

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

#include "clk-alpha-pll.h"

#define LUCID_PLL_OFF_L_VAL

static const struct pll_vco lucid_vco[] =;

static struct clk_alpha_pll a7pll =;

static const struct alpha_pll_config a7pll_config =;

static const struct regmap_config a7pll_regmap_config =;

static int qcom_a7pll_probe(struct platform_device *pdev)
{}

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

static struct platform_driver qcom_a7pll_driver =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();