]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - include/linux/regulator/ab8500.h
Merge branches 'fixes' and 'devel-stable' into for-linus
[mirror_ubuntu-artful-kernel.git] / 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 enum ab8500_regulator_id {
15 AB8500_LDO_AUX1,
16 AB8500_LDO_AUX2,
17 AB8500_LDO_AUX3,
18 AB8500_LDO_INTCORE,
19 AB8500_LDO_TVOUT,
20 AB8500_LDO_AUDIO,
21 AB8500_LDO_ANAMIC1,
22 AB8500_LDO_ANAMIC2,
23 AB8500_LDO_DMIC,
24 AB8500_LDO_ANA,
25 AB8500_NUM_REGULATORS,
26 };
27 #endif