aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/ab8500.h
blob: f509877c2ed4ec5fc537e9f27838ab03072f9a8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * Copyright (C) ST-Ericsson SA 2010
 *
 * License Terms: GNU General Public License v2
 *
 * Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson
 *
 */

#ifndef __LINUX_MFD_AB8500_REGULATOR_H
#define __LINUX_MFD_AB8500_REGULATOR_H

/* AB8500 regulators */
#define AB8500_LDO_AUX1         0
#define AB8500_LDO_AUX2         1
#define AB8500_LDO_AUX3         2
#define AB8500_LDO_INTCORE      3
#define AB8500_LDO_TVOUT        4
#define AB8500_LDO_AUDIO	5
#define AB8500_LDO_ANAMIC1      6
#define AB8500_LDO_ANAMIC2      7
#define AB8500_LDO_DMIC         8
#define AB8500_LDO_ANA          9

#endif