blob: 78a0642a2206a175150ed8749f90d60068507fe2 [file] [log] [blame]
Bengt Jonssona1e516e2010-12-10 11:08:48 +01001/*
2 * Copyright (C) ST-Ericsson SA 2010
3 *
4 * License Terms: GNU General Public License v2
5 *
6 * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson
7 *
8 * MOP500 board specific initialization for regulators
9 */
10
11#ifndef __BOARD_MOP500_REGULATORS_H
12#define __BOARD_MOP500_REGULATORS_H
13
14#include <linux/regulator/machine.h>
15#include <linux/regulator/ab8500.h>
16
Bengt Jonsson79568b942011-03-11 11:54:46 +010017extern struct ab8500_regulator_reg_init
18ab8500_regulator_reg_init[AB8500_NUM_REGULATOR_REGISTERS];
Bengt Jonssona1e516e2010-12-10 11:08:48 +010019extern struct regulator_init_data ab8500_regulators[AB8500_NUM_REGULATORS];
Linus Walleijfe67dfc2011-03-07 11:48:15 +010020extern struct regulator_init_data tps61052_regulator;
Lee Jones0b5ea1e2012-09-03 14:33:39 +010021extern struct regulator_init_data gpio_en_3v3_regulator;
Bengt Jonssona1e516e2010-12-10 11:08:48 +010022
23#endif