26 lines
614 B
C
26 lines
614 B
C
|
/*
|
||
|
* 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
|