mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 18:16:42 +07:00
549931f99e
Acked-by: Linus Walleij <linus.walleij@stericsson.com> Acked-By: Mattias Wallin <mattias.wallin@stericsson.com> Acked-By: Bengt JONSSON <bengt.g.jonsson@stericsson.com> Signed-off-by: Sundar R Iyer <sundar.iyer@stericsson.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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
|