2 * National Semiconductors LP3972 PMIC chip client interface
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 #ifndef __LINUX_REGULATOR_LP3972_H
22 #define __LINUX_REGULATOR_LP3972_H
24 #include <linux/regulator/machine.h>
32 #define LP3972_DCDC1 5
33 #define LP3972_DCDC2 6
34 #define LP3972_DCDC3 7
36 #define LP3972_NUM_REGULATORS 8
38 struct lp3972_regulator_subdev
{
40 struct regulator_init_data
*initdata
;
43 struct lp3972_platform_data
{
45 struct lp3972_regulator_subdev
*regulators
;