linux/include/linux/regulator/lp3972.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * National Semiconductors LP3972 PMIC chip client interface
 *
 * Based on lp3971.h
 */

#ifndef __LINUX_REGULATOR_LP3972_H
#define __LINUX_REGULATOR_LP3972_H

#include <linux/regulator/machine.h>

#define LP3972_LDO1
#define LP3972_LDO2
#define LP3972_LDO3
#define LP3972_LDO4
#define LP3972_LDO5

#define LP3972_DCDC1
#define LP3972_DCDC2
#define LP3972_DCDC3

#define LP3972_NUM_REGULATORS

struct lp3972_regulator_subdev {};

struct lp3972_platform_data {};

#endif