https://github.com/torvalds/linux
Raw File
Tip revision: 387c31c7e5c9805b0aef8833d1731a5fe7bdea14 authored by Linus Torvalds on 29 December 2010, 01:05:48 UTC
Linux 2.6.37-rc8
Tip revision: 387c31c
ab8500.h
/*
 * 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
back to top