projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f8b0a
)
Platform: OLPC: Specify the enable time
author
Lubomir Rintel
<lkundrak@v3.sk>
Tue, 26 Jan 2021 07:37:40 +0000
(08:37 +0100)
committer
Hans de Goede
<hdegoede@redhat.com>
Tue, 2 Feb 2021 19:51:32 +0000
(20:51 +0100)
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>
drivers/platform/olpc/olpc-ec.c
patch
|
blob
|
history
diff --git
a/drivers/platform/olpc/olpc-ec.c
b/drivers/platform/olpc/olpc-ec.c
index 3c852d573e9b42c07bffcc9d0ac9dba612e46d01..72dbbea0005c5db66588e7422ffc8056087d78fa 100644
(file)
--- a/
drivers/platform/olpc/olpc-ec.c
+++ b/
drivers/platform/olpc/olpc-ec.c
@@
-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)