Skip to content

Commit c0bc969

Browse files
IMbackKtmlind
authored andcommitted
ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875
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>
1 parent ec76c2e commit c0bc969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-omap2/pmic-cpcap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static struct omap_voltdm_pmic omap_cpcap_iva = {
7171
.vp_vstepmin = OMAP4_VP_VSTEPMIN_VSTEPMIN,
7272
.vp_vstepmax = OMAP4_VP_VSTEPMAX_VSTEPMAX,
7373
.vddmin = 900000,
74-
.vddmax = 1350000,
74+
.vddmax = 1375000,
7575
.vp_timeout_us = OMAP4_VP_VLIMITTO_TIMEOUT_US,
7676
.i2c_slave_addr = 0x44,
7777
.volt_reg_addr = 0x0,

0 commit comments

Comments
 (0)