From: Nishanth Menon <nm@ti.com>
To: Shweta Gulati <shweta.gulati@ti.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V3 2/3] OMAP4: Update Voltage Rail Values for MPU, IVA and CORE
Date: Fri, 11 Mar 2011 08:37:05 +0530 [thread overview]
Message-ID: <4D7991D9.3010003@ti.com> (raw)
In-Reply-To: <1299732829-3376-1-git-send-email-shweta.gulati@ti.com>
Shweta Gulati wrote, on 03/10/2011 10:23 AM:
> Update MPU, IVA and CORE voltage Rail values obtained from
> OMAP4430 Data Manual Operating Condition Addendum_v0.4.
>
> Tested on OMAP4430 SDP Board.
>
> Signed-off-by: Shweta Gulati<shweta.gulati@ti.com>
Thanks for pro-actively keeping this updated.
Acked-by: Nishanth Menon <nm@ti.com>
> ---
> V3:
> Update CORE Voltages as well
> in sync with V0.4 of OMAP4 Data Manual.
>
> V2:
> Fixed Comments from Nishanth Menon.
>
> arch/arm/mach-omap2/opp4xxx_data.c | 18 +++++++++---------
> 1 files changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c
> index ed0efdb..aa624d1 100644
> --- a/arch/arm/mach-omap2/opp4xxx_data.c
> +++ b/arch/arm/mach-omap2/opp4xxx_data.c
> @@ -30,10 +30,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),
> @@ -43,9 +43,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),
> @@ -54,8 +54,8 @@ struct omap_volt_data omap44xx_vdd_iva_volt_data[] = {
> VOLT_DATA_DEFINE(0, 0, 0, 0),
> };
>
> -#define OMAP4430_VDD_CORE_OPP50_UV 930000
> -#define OMAP4430_VDD_CORE_OPP100_UV 1100000
> +#define OMAP4430_VDD_CORE_OPP50_UV 1025000
> +#define OMAP4430_VDD_CORE_OPP100_UV 1200000
>
> struct omap_volt_data omap44xx_vdd_core_volt_data[] = {
> VOLT_DATA_DEFINE(OMAP4430_VDD_CORE_OPP50_UV, OMAP44XX_CONTROL_FUSE_CORE_OPP50, 0xf4, 0x0c),
--
Regards,
Nishanth Menon
WARNING: multiple messages have this Message-ID (diff)
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 2/3] OMAP4: Update Voltage Rail Values for MPU, IVA and CORE
Date: Fri, 11 Mar 2011 08:37:05 +0530 [thread overview]
Message-ID: <4D7991D9.3010003@ti.com> (raw)
In-Reply-To: <1299732829-3376-1-git-send-email-shweta.gulati@ti.com>
Shweta Gulati wrote, on 03/10/2011 10:23 AM:
> Update MPU, IVA and CORE voltage Rail values obtained from
> OMAP4430 Data Manual Operating Condition Addendum_v0.4.
>
> Tested on OMAP4430 SDP Board.
>
> Signed-off-by: Shweta Gulati<shweta.gulati@ti.com>
Thanks for pro-actively keeping this updated.
Acked-by: Nishanth Menon <nm@ti.com>
> ---
> V3:
> Update CORE Voltages as well
> in sync with V0.4 of OMAP4 Data Manual.
>
> V2:
> Fixed Comments from Nishanth Menon.
>
> arch/arm/mach-omap2/opp4xxx_data.c | 18 +++++++++---------
> 1 files changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c
> index ed0efdb..aa624d1 100644
> --- a/arch/arm/mach-omap2/opp4xxx_data.c
> +++ b/arch/arm/mach-omap2/opp4xxx_data.c
> @@ -30,10 +30,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),
> @@ -43,9 +43,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),
> @@ -54,8 +54,8 @@ struct omap_volt_data omap44xx_vdd_iva_volt_data[] = {
> VOLT_DATA_DEFINE(0, 0, 0, 0),
> };
>
> -#define OMAP4430_VDD_CORE_OPP50_UV 930000
> -#define OMAP4430_VDD_CORE_OPP100_UV 1100000
> +#define OMAP4430_VDD_CORE_OPP50_UV 1025000
> +#define OMAP4430_VDD_CORE_OPP100_UV 1200000
>
> struct omap_volt_data omap44xx_vdd_core_volt_data[] = {
> VOLT_DATA_DEFINE(OMAP4430_VDD_CORE_OPP50_UV, OMAP44XX_CONTROL_FUSE_CORE_OPP50, 0xf4, 0x0c),
--
Regards,
Nishanth Menon
next prev parent reply other threads:[~2011-03-11 3:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-10 4:53 [PATCH V3 2/3] OMAP4: Update Voltage Rail Values for MPU, IVA and CORE Shweta Gulati
2011-03-10 4:53 ` Shweta Gulati
2011-03-11 3:07 ` Nishanth Menon [this message]
2011-03-11 3:07 ` Nishanth Menon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D7991D9.3010003@ti.com \
--to=nm@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=shweta.gulati@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.