* [PATCH V2 2/3] OMAP4: Update Voltage Rail Values for MPU/IVA
@ 2011-03-05 9:51 Shweta Gulati
2011-03-08 2:06 ` Nishanth Menon
0 siblings, 1 reply; 2+ messages in thread
From: Shweta Gulati @ 2011-03-05 9:51 UTC (permalink / raw)
To: linux-arm-kernel
Update MPU/IVA voltage Rail values obtained from
OMAP4430 Data Manual Operating Condition Addendum_v0.3.
Tested on OMAP4430 SDP Board.
Signed-off-by: Shweta Gulati <shweta.gulati@ti.com>
Cc: linux-arm-kernel at lists.infradead.org
---
arch/arm/mach-omap2/opp4xxx_data.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c
index 93b9744..36a4517 100644
--- a/arch/arm/mach-omap2/opp4xxx_data.c
+++ b/arch/arm/mach-omap2/opp4xxx_data.c
@@ -31,10 +31,10 @@
* voltage dependent data for each VDD.
*/
-#define OMAP4430_VDD_MPU_OPP50_UV 930000
-#define OMAP4430_VDD_MPU_OPP100_UV 1100000
-#define OMAP4430_VDD_MPU_OPPTURBO_UV 1260000
-#define OMAP4430_VDD_MPU_OPPNITRO_UV 1350000
+#define OMAP4430_VDD_MPU_OPP50_UV 1025000
+#define OMAP4430_VDD_MPU_OPP100_UV 1200000
+#define OMAP4430_VDD_MPU_OPPTURBO_UV 1313000
+#define OMAP4430_VDD_MPU_OPPNITRO_UV 1375000
struct omap_volt_data omap44xx_vdd_mpu_volt_data[] = {
VOLT_DATA_DEFINE(OMAP4430_VDD_MPU_OPP50_UV, OMAP44XX_CONTROL_FUSE_MPU_OPP50, 0xf4, 0x0c),
@@ -44,9 +44,9 @@ struct omap_volt_data omap44xx_vdd_mpu_volt_data[] = {
VOLT_DATA_DEFINE(0, 0, 0, 0),
};
-#define OMAP4430_VDD_IVA_OPP50_UV 930000
-#define OMAP4430_VDD_IVA_OPP100_UV 1100000
-#define OMAP4430_VDD_IVA_OPPTURBO_UV 1260000
+#define OMAP4430_VDD_IVA_OPP50_UV 1013000
+#define OMAP4430_VDD_IVA_OPP100_UV 1188000
+#define OMAP4430_VDD_IVA_OPPTURBO_UV 1300000
struct omap_volt_data omap44xx_vdd_iva_volt_data[] = {
VOLT_DATA_DEFINE(OMAP4430_VDD_IVA_OPP50_UV, OMAP44XX_CONTROL_FUSE_IVA_OPP50, 0xf4, 0x0c),
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH V2 2/3] OMAP4: Update Voltage Rail Values for MPU/IVA
2011-03-05 9:51 [PATCH V2 2/3] OMAP4: Update Voltage Rail Values for MPU/IVA Shweta Gulati
@ 2011-03-08 2:06 ` Nishanth Menon
0 siblings, 0 replies; 2+ messages in thread
From: Nishanth Menon @ 2011-03-08 2:06 UTC (permalink / raw)
To: linux-arm-kernel
Shweta Gulati wrote, on 03/05/2011 03:21 PM:
> Update MPU/IVA voltage Rail values obtained from
> OMAP4430 Data Manual Operating Condition Addendum_v0.3.
>
> Tested on OMAP4430 SDP Board.
>
> Signed-off-by: Shweta Gulati<shweta.gulati@ti.com>
> Cc: linux-arm-kernel at lists.infradead.org
> ---
> arch/arm/mach-omap2/opp4xxx_data.c | 14 +++++++-------
> 1 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c
> index 93b9744..36a4517 100644
> --- a/arch/arm/mach-omap2/opp4xxx_data.c
> +++ b/arch/arm/mach-omap2/opp4xxx_data.c
> @@ -31,10 +31,10 @@
> * voltage dependent data for each VDD.
> */
>
> -#define OMAP4430_VDD_MPU_OPP50_UV 930000
> -#define OMAP4430_VDD_MPU_OPP100_UV 1100000
> -#define OMAP4430_VDD_MPU_OPPTURBO_UV 1260000
> -#define OMAP4430_VDD_MPU_OPPNITRO_UV 1350000
> +#define OMAP4430_VDD_MPU_OPP50_UV 1025000
> +#define OMAP4430_VDD_MPU_OPP100_UV 1200000
> +#define OMAP4430_VDD_MPU_OPPTURBO_UV 1313000
> +#define OMAP4430_VDD_MPU_OPPNITRO_UV 1375000
>
> struct omap_volt_data omap44xx_vdd_mpu_volt_data[] = {
> VOLT_DATA_DEFINE(OMAP4430_VDD_MPU_OPP50_UV, OMAP44XX_CONTROL_FUSE_MPU_OPP50, 0xf4, 0x0c),
> @@ -44,9 +44,9 @@ struct omap_volt_data omap44xx_vdd_mpu_volt_data[] = {
> VOLT_DATA_DEFINE(0, 0, 0, 0),
> };
>
> -#define OMAP4430_VDD_IVA_OPP50_UV 930000
> -#define OMAP4430_VDD_IVA_OPP100_UV 1100000
> -#define OMAP4430_VDD_IVA_OPPTURBO_UV 1260000
> +#define OMAP4430_VDD_IVA_OPP50_UV 1013000
> +#define OMAP4430_VDD_IVA_OPP100_UV 1188000
> +#define OMAP4430_VDD_IVA_OPPTURBO_UV 1300000
>
> struct omap_volt_data omap44xx_vdd_iva_volt_data[] = {
> VOLT_DATA_DEFINE(OMAP4430_VDD_IVA_OPP50_UV, OMAP44XX_CONTROL_FUSE_IVA_OPP50, 0xf4, 0x0c),
Acked-by: Nishanth Menon <nm@ti.com>
Side note: unrelated to this patch: PMICs have discrete step sizes of
10mV, 12.5, 25mV etc.. which makes something lik 1.118V probably not
exactly possible on a PMIC with 25mV step. We need to next probably
create a framework to round_up the voltages to the PMIC step size once
the PMIC voltage layer changes are in.
--
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-08 2:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-05 9:51 [PATCH V2 2/3] OMAP4: Update Voltage Rail Values for MPU/IVA Shweta Gulati
2011-03-08 2:06 ` Nishanth Menon
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).