regulator: ab8500: Correct TVOUT regulator enable time
authorLee Jones <lee.jones@linaro.org>
Thu, 28 Mar 2013 16:11:12 +0000 (16:11 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 1 Apr 2013 12:23:37 +0000 (13:23 +0100)
Update TVOUT regulator to match specification.

Was 10ms - changed to 500us.

Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Bengt JONSSON <bengt.g.jonsson@stericsson.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/ab8500.c

index 4d4d9dc33576858c4b6bdb428b91a000a779f474..9de3a211b0b45ced1555389542b3f72e2b325858 100644 (file)
@@ -490,7 +490,7 @@ static struct ab8500_regulator_info
                        .owner          = THIS_MODULE,
                        .n_voltages     = 1,
                        .min_uV         = 2000000,
-                       .enable_time    = 10000,
+                       .enable_time    = 500,
                },
                .load_lp_uA             = 1000,
                .update_bank            = 0x03,
This page took 0.028762 seconds and 5 git commands to generate.