Bengt Jonsson | a1e516e | 2010-12-10 11:08:48 +0100 | [diff] [blame] | 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 | |
Bengt Jonsson | 732805a | 2013-03-21 15:59:03 +0000 | [diff] [blame] | 17 | extern struct ab8500_regulator_platform_data ab8500_regulator_plat_data; |
Lee Jones | 547f384 | 2013-03-28 16:11:14 +0000 | [diff] [blame] | 18 | extern struct ab8500_regulator_platform_data ab8505_regulator_plat_data; |
Linus Walleij | fe67dfc8 | 2011-03-07 11:48:15 +0100 | [diff] [blame] | 19 | extern struct regulator_init_data tps61052_regulator; |
Lee Jones | 0b5ea1e | 2012-09-03 14:33:39 +0100 | [diff] [blame] | 20 | extern struct regulator_init_data gpio_en_3v3_regulator; |
Bengt Jonsson | a1e516e | 2010-12-10 11:08:48 +0100 | [diff] [blame] | 21 | |
Lee Jones | 422d765 | 2013-03-28 16:11:04 +0000 | [diff] [blame] | 22 | void mop500_regulator_init(void); |
| 23 | |
Bengt Jonsson | a1e516e | 2010-12-10 11:08:48 +0100 | [diff] [blame] | 24 | #endif |