ab8500.h 614 B

12345678910111213141516171819202122232425
  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. #ifndef __LINUX_MFD_AB8500_REGULATOR_H
  10. #define __LINUX_MFD_AB8500_REGULATOR_H
  11. /* AB8500 regulators */
  12. #define AB8500_LDO_AUX1 0
  13. #define AB8500_LDO_AUX2 1
  14. #define AB8500_LDO_AUX3 2
  15. #define AB8500_LDO_INTCORE 3
  16. #define AB8500_LDO_TVOUT 4
  17. #define AB8500_LDO_AUDIO 5
  18. #define AB8500_LDO_ANAMIC1 6
  19. #define AB8500_LDO_ANAMIC2 7
  20. #define AB8500_LDO_DMIC 8
  21. #define AB8500_LDO_ANA 9
  22. #endif