/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * National Semiconductors LP3971 PMIC chip client interface * * Copyright (C) 2009 Samsung Electronics * Author: Marek Szyprowski <[email protected]> * * Based on wm8400.h */ #ifndef __LINUX_REGULATOR_LP3971_H #define __LINUX_REGULATOR_LP3971_H #include <linux/regulator/machine.h> #define LP3971_LDO1 … #define LP3971_LDO2 … #define LP3971_LDO3 … #define LP3971_LDO4 … #define LP3971_LDO5 … #define LP3971_DCDC1 … #define LP3971_DCDC2 … #define LP3971_DCDC3 … #define LP3971_NUM_REGULATORS … struct lp3971_regulator_subdev { … }; struct lp3971_platform_data { … }; #endif