mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 23:24:11 +08:00
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 = {
|
||||
.name = "dcon",
|
||||
.id = 0,
|
||||
.ops = &dcon_regulator_ops,
|
||||
.type = REGULATOR_VOLTAGE,
|
||||
.owner = THIS_MODULE,
|
||||
.name = "dcon",
|
||||
.id = 0,
|
||||
.ops = &dcon_regulator_ops,
|
||||
.type = REGULATOR_VOLTAGE,
|
||||
.owner = THIS_MODULE,
|
||||
.enable_time = 25000,
|
||||
};
|
||||
|
||||
static int olpc_ec_probe(struct platform_device *pdev)
|
||||
|
Loading…
Reference in New Issue
Block a user