linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875
@ 2020-12-07 19:58 Carl Philipp Klemm
  2020-12-08 13:56 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Carl Philipp Klemm @ 2020-12-07 19:58 UTC (permalink / raw)
  To: tony; +Cc: Kevin Hilman, linux-omap

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(-)

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,
-- 
2.29.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875
  2020-12-07 19:58 ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875 Carl Philipp Klemm
@ 2020-12-08 13:56 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2020-12-08 13:56 UTC (permalink / raw)
  To: Carl Philipp Klemm; +Cc: Kevin Hilman, linux-omap

* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-08 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-07 19:58 ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875 Carl Philipp Klemm
2020-12-08 13:56 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).