Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / arch / arm / mach-ux500 / board-mop500-regulators.h
CommitLineData
a1e516e3
BJ
1/*
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
732805a5 17extern struct ab8500_regulator_platform_data ab8500_regulator_plat_data;
547f384f 18extern struct ab8500_regulator_platform_data ab8505_regulator_plat_data;
fe67dfc8 19extern struct regulator_init_data tps61052_regulator;
0b5ea1e2 20extern struct regulator_init_data gpio_en_3v3_regulator;
cd2fa6d6 21extern struct regulator_init_data sdi0_reg_init_data;
a1e516e3 22
422d765d
LJ
23void mop500_regulator_init(void);
24
a1e516e3 25#endif
This page took 0.267598 seconds and 5 git commands to generate.