Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Platform: OLPC: Specify the enable time

Determined empirically.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20210126073740.10232-4-lkundrak@v3.sk
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

authored by

Lubomir Rintel and committed by
Hans de Goede
fa707a58 23f8b0a1

+6 -5
+6 -5
drivers/platform/olpc/olpc-ec.c
··· 393 393 }; 394 394 395 395 static const struct regulator_desc dcon_desc = { 396 - .name = "dcon", 397 - .id = 0, 398 - .ops = &dcon_regulator_ops, 399 - .type = REGULATOR_VOLTAGE, 400 - .owner = THIS_MODULE, 396 + .name = "dcon", 397 + .id = 0, 398 + .ops = &dcon_regulator_ops, 399 + .type = REGULATOR_VOLTAGE, 400 + .owner = THIS_MODULE, 401 + .enable_time = 25000, 401 402 }; 402 403 403 404 static int olpc_ec_probe(struct platform_device *pdev)