]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: ux500: Stop informing the regulator subsystem that we have full constraints
authorLee Jones <lee.jones@linaro.org>
Fri, 28 Sep 2012 13:45:12 +0000 (14:45 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 1 Nov 2012 12:02:16 +0000 (13:02 +0100)
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>
arch/arm/mach-ux500/cpu-db8500.c

index ca792d0643cdc269368727f9f10737788de79054..776c50bebc6d772583f6dfacd222a374aac0b3ca 100644 (file)
@@ -325,9 +325,6 @@ static void __init u8500_init_machine(void)
 
        /* automatically probe child nodes of db8500 device */
        of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent);
-
-       /* This board has full regulator constraints */
-       regulator_has_full_constraints();
 }
 
 static const char * u8500_dt_board_compat[] = {