diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-04-04 04:44:51 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-06-21 04:57:42 -0400 |
commit | db24520f905430bd15eb49b5d9810ed445efe73a (patch) | |
tree | abd4284d980a08f9dd437e209a087cc189775925 /arch/arm/mach-ux500/board-mop500.c | |
parent | 451a5edf0ed33f8ca9468ed89dc2a068d09e97be (diff) |
mach-ux500: complete regulator constraints for MOP500 board
This board now has complete regulation constraints and can turn
off unused regulators. For the moment we need to wire VAUX1
(V-DISPLAY rail) always on since it somehow affects the external
MMC.
Cc: Liam Girdwood <lrg@slimlogic.co.uk>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 bb26f40493e6..c64d6aa1355c 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -458,6 +458,9 @@ static void __init mop500_init_machine(void) | |||
458 | i2c_register_board_info(0, mop500_i2c0_devices, i2c0_devs); | 458 | i2c_register_board_info(0, mop500_i2c0_devices, i2c0_devs); |
459 | i2c_register_board_info(2, mop500_i2c2_devices, | 459 | i2c_register_board_info(2, mop500_i2c2_devices, |
460 | ARRAY_SIZE(mop500_i2c2_devices)); | 460 | ARRAY_SIZE(mop500_i2c2_devices)); |
461 | |||
462 | /* This board has full regulator constraints */ | ||
463 | regulator_has_full_constraints(); | ||
461 | } | 464 | } |
462 | 465 | ||
463 | MACHINE_START(U8500, "ST-Ericsson MOP500 platform") | 466 | MACHINE_START(U8500, "ST-Ericsson MOP500 platform") |