]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
regulator: arizona-ldo1: Set appropriate value for ramp_delay
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Fri, 21 Oct 2016 13:47:42 +0000 (14:47 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 24 Oct 2016 16:43:05 +0000 (17:43 +0100)
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/arizona-ldo1.c

index f7c88ff90c43c4f3867210a4afbf5f6856cebc40..302b57cb89c673a8d8036234641d2c9df5622a9d 100644 (file)
@@ -130,6 +130,7 @@ static const struct regulator_desc arizona_ldo1_hc = {
        .uV_step = 50000,
        .n_voltages = 8,
        .enable_time = 1500,
+       .ramp_delay = 24000,
 
        .owner = THIS_MODULE,
 };
@@ -153,6 +154,7 @@ static const struct regulator_desc arizona_ldo1 = {
        .uV_step = 25000,
        .n_voltages = 13,
        .enable_time = 500,
+       .ramp_delay = 24000,
 
        .owner = THIS_MODULE,
 };