]> Pileus Git - ~andy/linux/blob - include/linux/regulator/ab8500.h
ab8500-mfd: add regulator support to ab8500 mfd device
[~andy/linux] / include / linux / regulator / ab8500.h
1 /*
2  * Copyright (C) ST-Ericsson SA 2010
3  *
4  * License Terms: GNU General Public License v2
5  *
6  * Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson
7  *
8  */
9
10 #ifndef __LINUX_MFD_AB8500_REGULATOR_H
11 #define __LINUX_MFD_AB8500_REGULATOR_H
12
13 /* AB8500 regulators */
14 #define AB8500_LDO_AUX1         0
15 #define AB8500_LDO_AUX2         1
16 #define AB8500_LDO_AUX3         2
17 #define AB8500_LDO_INTCORE      3
18 #define AB8500_LDO_TVOUT        4
19 #define AB8500_LDO_AUDIO        5
20 #define AB8500_LDO_ANAMIC1      6
21 #define AB8500_LDO_ANAMIC2      7
22 #define AB8500_LDO_DMIC         8
23 #define AB8500_LDO_ANA          9
24
25 #endif