linux/drivers/clk/clk-fsl-flexspi.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Layerscape FlexSPI clock driver
 *
 * Copyright 2020 Michael Walle <[email protected]>
 */

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

static const struct clk_div_table ls1028a_flexspi_divs[] =;

static const struct clk_div_table lx2160a_flexspi_divs[] =;

static int fsl_flexspi_clk_probe(struct platform_device *pdev)
{}

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

static struct platform_driver fsl_flexspi_clk_driver =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_AUTHOR();
MODULE_LICENSE();