summaryrefslogtreecommitdiff
path: root/arch/arm/plat-stmp3xxx/include/mach/regulator.h
blob: 01880bd157a70eceb7b77bcd2ca66d58ad7f465a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved.
 */

/*
 * The code contained herein is licensed under the GNU General Public
 * License. You may obtain a copy of the GNU General Public License
 * Version 2 or later at the following locations:
 *
 * http://www.opensource.org/licenses/gpl-license.html
 * http://www.gnu.org/copyleft/gpl.html
 */
#ifndef __PLAT_REGULATOR_H_
#define __PLAT_REGULATOR_H_
#define STMP3XXX_REG5V_NOT_USB 0
#define STMP3XXX_REG5V_IS_USB 1
#define STMP3XXX_VDDD 0
#define STMP3XXX_VDDA 1
#define STMP3XXX_VDDIO 2
#define STMP3XXX_VDDDBO 3
#define STMP3XXX_OVERALL_CUR 4

#endif