Sundar R Iyer | 549931f | 2010-07-13 11:51:28 +0530 | [diff] [blame] | 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 */ |
Bengt Jonsson | cb189b0 | 2010-12-10 11:08:40 +0100 | [diff] [blame] | 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, |
Bengt Jonsson | ea05ef3 | 2011-03-10 14:43:31 +0100 | [diff] [blame^] | 20 | AB8500_LDO_USB, |
Bengt Jonsson | cb189b0 | 2010-12-10 11:08:40 +0100 | [diff] [blame] | 21 | AB8500_LDO_AUDIO, |
| 22 | AB8500_LDO_ANAMIC1, |
| 23 | AB8500_LDO_ANAMIC2, |
| 24 | AB8500_LDO_DMIC, |
| 25 | AB8500_LDO_ANA, |
| 26 | AB8500_NUM_REGULATORS, |
| 27 | }; |
Sundar R Iyer | 549931f | 2010-07-13 11:51:28 +0530 | [diff] [blame] | 28 | #endif |