linux/drivers/mfd/hi6421-spmi-pmic.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Device driver for regulators in HISI PMIC IC
 *
 * Copyright (c) 2013 Linaro Ltd.
 * Copyright (c) 2011 Hisilicon.
 * Copyright (c) 2020-2021 Huawei Technologies Co., Ltd.
 */

#include <linux/mfd/core.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#include <linux/spmi.h>

static const struct mfd_cell hi6421v600_devs[] =;

static const struct regmap_config regmap_config =;

static int hi6421_spmi_pmic_probe(struct spmi_device *sdev)
{}

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

static struct spmi_driver hi6421_spmi_pmic_driver =;
module_spmi_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();