RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / regulator / ab8500.h
blobf509877c2ed4ec5fc537e9f27838ab03072f9a8d
1 /*
2 * Copyright (C) ST-Ericsson SA 2010
4 * License Terms: GNU General Public License v2
6 * Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson
8 */
10 #ifndef __LINUX_MFD_AB8500_REGULATOR_H
11 #define __LINUX_MFD_AB8500_REGULATOR_H
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
25 #endif