summaryrefslogtreecommitdiff
path: root/include/linux/regulator/db5500-prcmu.h
blob: fee68795867ca282caaa936e8f0ac16cd542e864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Copyright (C) ST-Ericsson SA 2010
 *
 * License Terms: GNU General Public License v2
 *
 * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson
 *
 * Interface to power domain regulators on DB5500
 */

#ifndef __DB5500_REGULATOR_H__
#define __DB5500_REGULATOR_H__

#include <linux/regulator/dbx500-prcmu.h>

/* Number of DB5500 regulators and regulator enumeration */
enum db5500_regulator_id {
	DB5500_REGULATOR_VAPE,
	DB5500_REGULATOR_SWITCH_SGA,
	DB5500_REGULATOR_SWITCH_HVA,
	DB5500_REGULATOR_SWITCH_SIA,
	DB5500_REGULATOR_SWITCH_DISP,
	DB5500_REGULATOR_SWITCH_ESRAM12,
	DB5500_NUM_REGULATORS
};

#endif