diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-09-28 09:45:12 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-11-01 08:02:16 -0400 |
commit | 65c7733bcf8c7d2660f6f4d0fef06aa636a69efe (patch) | |
tree | 48591f0ac5b9237d6146a48d68a00ff1e56f7f43 | |
parent | cbebba7d8640105d9caf197c1f31d3360db4e1c7 (diff) |
ARM: ux500: Stop informing the regulator subsystem that we have full constraints
The regulator_has_full_constraints() call is not required if we
are booting with Device Tree as it's assumed in this case.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | arch/arm/mach-ux500/cpu-db8500.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index ca792d0643cd..776c50bebc6d 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c | |||
@@ -325,9 +325,6 @@ static void __init u8500_init_machine(void) | |||
325 | 325 | ||
326 | /* automatically probe child nodes of db8500 device */ | 326 | /* automatically probe child nodes of db8500 device */ |
327 | of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent); | 327 | of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent); |
328 | |||
329 | /* This board has full regulator constraints */ | ||
330 | regulator_has_full_constraints(); | ||
331 | } | 328 | } |
332 | 329 | ||
333 | static const char * u8500_dt_board_compat[] = { | 330 | static const char * u8500_dt_board_compat[] = { |