All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] power: mfd: k3_avs: update am65xx MPU_VDD voltage values
@ 2020-02-14  7:05 Tero Kristo
  2020-02-23  8:14 ` Lokesh Vutla
  0 siblings, 1 reply; 2+ messages in thread
From: Tero Kristo @ 2020-02-14  7:05 UTC (permalink / raw)
  To: u-boot

The latest data manual SPRSP08I ?NOVEMBER 2017?REVISED DECEMBER 2019[1]
for am65xx SoC states the new MPU nominal voltages to be 1.1V (OPP_NOM),
1.2V (OPP_OD) and 1.24V (OPP_TURBO). Update the nominal voltages in the
K3 AVS driver to reflect this.

[1] http://www.ti.com/lit/gpn/am6528

Signed-off-by: Tero Kristo <t-kristo@ti.com>
---
 drivers/misc/k3_avs.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/misc/k3_avs.c b/drivers/misc/k3_avs.c
index 47e42738e0..e4857ddd97 100644
--- a/drivers/misc/k3_avs.c
+++ b/drivers/misc/k3_avs.c
@@ -312,15 +312,15 @@ static struct vd_data am654_vd_data[] = {
 		.opp = AM6_OPP_NOM,
 		.opps = {
 			[AM6_OPP_NOM] = {
-				.volt = 1000000,
+				.volt = 1100000,
 				.freq = 800000000,
 			},
 			[AM6_OPP_OD] = {
-				.volt = 1100000,
+				.volt = 1200000,
 				.freq = 1000000000,
 			},
 			[AM6_OPP_TURBO] = {
-				.volt = 1220000,
+				.volt = 1240000,
 				.freq = 1100000000,
 			},
 		},
@@ -332,15 +332,15 @@ static struct vd_data am654_vd_data[] = {
 		.clk_id = 0, /* ARM clock */
 		.opps = {
 			[AM6_OPP_NOM] = {
-				.volt = 1000000,
+				.volt = 1100000,
 				.freq = 800000000,
 			},
 			[AM6_OPP_OD] = {
-				.volt = 1100000,
+				.volt = 1200000,
 				.freq = 1000000000,
 			},
 			[AM6_OPP_TURBO] = {
-				.volt = 1220000,
+				.volt = 1240000,
 				.freq = 1100000000,
 			},
 		},
-- 
2.17.1

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* [PATCH 1/1] power: mfd: k3_avs: update am65xx MPU_VDD voltage values
  2020-02-14  7:05 [PATCH 1/1] power: mfd: k3_avs: update am65xx MPU_VDD voltage values Tero Kristo
@ 2020-02-23  8:14 ` Lokesh Vutla
  0 siblings, 0 replies; 2+ messages in thread
From: Lokesh Vutla @ 2020-02-23  8:14 UTC (permalink / raw)
  To: u-boot



On 14/02/20 12:35 PM, Tero Kristo wrote:
> The latest data manual SPRSP08I ?NOVEMBER 2017?REVISED DECEMBER 2019[1]
> for am65xx SoC states the new MPU nominal voltages to be 1.1V (OPP_NOM),
> 1.2V (OPP_OD) and 1.24V (OPP_TURBO). Update the nominal voltages in the
> K3 AVS driver to reflect this.
> 
> [1] http://www.ti.com/lit/gpn/am6528
> 
> Signed-off-by: Tero Kristo <t-kristo@ti.com>

Applied to u-boot-ti next branch.

Thanks and regards,
Lokesh

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

end of thread, other threads:[~2020-02-23  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14  7:05 [PATCH 1/1] power: mfd: k3_avs: update am65xx MPU_VDD voltage values Tero Kristo
2020-02-23  8:14 ` Lokesh Vutla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.