diff mbox series

ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875

Message ID 20201207205801.7c830144e5d4212c7aadb615@uvos.xyz
State New
Headers show
Series ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875 | expand

Commit Message

Carl Philipp Klemm Dec. 7, 2020, 7:58 p.m. UTC
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>
---
 arch/arm/mach-omap2/pmic-cpcap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tony Lindgren Dec. 8, 2020, 1:56 p.m. UTC | #1
* Carl Philipp Klemm <philipp@uvos.xyz> [201207 21:58]:
> xt875 comes up with a iva voltage of 1375000 and android runs at this too. fix 

> maximum voltage to be consistent with this.


Thanks applying into fixes.

Tony
diff mbox series

Patch

diff --git a/arch/arm/mach-omap2/pmic-cpcap.c b/arch/arm/mach-omap2/pmic-cpcap.c
index eab281a5fc9f..09076ad0576d 100644
--- 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 = 1350000,
+	.vddmax = 1375000,
 	.vp_timeout_us = OMAP4_VP_VLIMITTO_TIMEOUT_US,
 	.i2c_slave_addr = 0x44,
 	.volt_reg_addr = 0x0,