diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-03-28 16:11:14 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-01 13:23:38 +0100 |
commit | 547f384f33dbd6171607f925ab246e25e315961e (patch) | |
tree | 95ce40b8ffd846948718b980b58a13ac66e09031 /arch/arm/mach-ux500/board-mop500-regulators.h | |
parent | a6324709ab4e8a06cb61aa4f7aa3374679d5f426 (diff) | |
download | linux-547f384f33dbd6171607f925ab246e25e315961e.tar.gz linux-547f384f33dbd6171607f925ab246e25e315961e.tar.bz2 linux-547f384f33dbd6171607f925ab246e25e315961e.zip |
regulator: ab8500: add support for ab8505
To obtain full AB8505 regulator support, the AB8500 regulator driver
first needs to know its register layout and their initialisation values
for each. That information is provided via a couple of large data
structures which we provide here.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-regulators.h')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-regulators.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-regulators.h b/arch/arm/mach-ux500/board-mop500-regulators.h index 3d4c412d0b7a..9bece38fe933 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.h +++ b/arch/arm/mach-ux500/board-mop500-regulators.h @@ -15,6 +15,7 @@ #include <linux/regulator/ab8500.h> extern struct ab8500_regulator_platform_data ab8500_regulator_plat_data; +extern struct ab8500_regulator_platform_data ab8505_regulator_plat_data; extern struct regulator_init_data tps61052_regulator; extern struct regulator_init_data gpio_en_3v3_regulator; |