projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec76c2e
)
ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875
author
Carl Philipp Klemm
<philipp@uvos.xyz>
Mon, 7 Dec 2020 19:58:01 +0000
(20:58 +0100)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 8 Dec 2020 13:56:24 +0000
(15:56 +0200)
xt875 comes up with a iva voltage of
1375000
and android runs at this too. fix
maximum voltage to be consistent with this.
Signed-off-by: Carl Philipp Klemm <philipp@uvos.xyz>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pmic-cpcap.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/pmic-cpcap.c
b/arch/arm/mach-omap2/pmic-cpcap.c
index eab281a5fc9f72432f053eef7a39a0b9cacdc967..09076ad0576d98d31cd4d16d97b3fe904143f95c 100644
(file)
--- a/
arch/arm/mach-omap2/pmic-cpcap.c
+++ b/
arch/arm/mach-omap2/pmic-cpcap.c
@@
-71,7
+71,7
@@
static struct omap_voltdm_pmic omap_cpcap_iva = {
.vp_vstepmin = OMAP4_VP_VSTEPMIN_VSTEPMIN,
.vp_vstepmax = OMAP4_VP_VSTEPMAX_VSTEPMAX,
.vddmin = 900000,
- .vddmax = 13
50
000,
+ .vddmax = 13
75
000,
.vp_timeout_us = OMAP4_VP_VLIMITTO_TIMEOUT_US,
.i2c_slave_addr = 0x44,
.volt_reg_addr = 0x0,