diff options
author | Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 2010-12-10 05:08:48 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-01-12 09:33:03 -0500 |
commit | a1e516e3a5552519a01e8a7636569d2d1b68431f (patch) | |
tree | 89c498cb36618e1d19745ef8a12d5cee5da9578f /arch/arm/mach-ux500/board-mop500.c | |
parent | 6909b4522e0fc459d344fd42db444ca8b3106b8c (diff) |
mach-ux500: Updated and connected ab8500 regulator board configuration
The ab8500 regulator board configuration is updated and put in an
array which can easily be used in the MFD board configuration. The
regulator board configuration is also added to the MFD
configuration in this patch.
Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index a1c9ea1a66df..a393f57ed2a8 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -35,6 +35,7 @@ | |||
35 | #include "devices-db8500.h" | 35 | #include "devices-db8500.h" |
36 | #include "pins-db8500.h" | 36 | #include "pins-db8500.h" |
37 | #include "board-mop500.h" | 37 | #include "board-mop500.h" |
38 | #include "board-mop500-regulators.h" | ||
38 | 39 | ||
39 | static pin_cfg_t mop500_pins[] = { | 40 | static pin_cfg_t mop500_pins[] = { |
40 | /* SSP0 */ | 41 | /* SSP0 */ |
@@ -80,6 +81,8 @@ static pin_cfg_t mop500_pins[] = { | |||
80 | 81 | ||
81 | static struct ab8500_platform_data ab8500_platdata = { | 82 | static struct ab8500_platform_data ab8500_platdata = { |
82 | .irq_base = MOP500_AB8500_IRQ_BASE, | 83 | .irq_base = MOP500_AB8500_IRQ_BASE, |
84 | .regulator = ab8500_regulators, | ||
85 | .num_regulator = ARRAY_SIZE(ab8500_regulators), | ||
83 | }; | 86 | }; |
84 | 87 | ||
85 | static struct resource ab8500_resources[] = { | 88 | static struct resource ab8500_resources[] = { |