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>
This commit is contained in:
parent
23f8b0a154
commit
fa707a580e
|
@ -393,11 +393,12 @@ static struct regulator_ops dcon_regulator_ops = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct regulator_desc dcon_desc = {
|
static const struct regulator_desc dcon_desc = {
|
||||||
.name = "dcon",
|
.name = "dcon",
|
||||||
.id = 0,
|
.id = 0,
|
||||||
.ops = &dcon_regulator_ops,
|
.ops = &dcon_regulator_ops,
|
||||||
.type = REGULATOR_VOLTAGE,
|
.type = REGULATOR_VOLTAGE,
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
|
.enable_time = 25000,
|
||||||
};
|
};
|
||||||
|
|
||||||
static int olpc_ec_probe(struct platform_device *pdev)
|
static int olpc_ec_probe(struct platform_device *pdev)
|
||||||
|
|
Loading…
Reference in New Issue