linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Manuel, Lesly Arackal" <leslyam@ti.com>
To: Samuel Ortiz <sameo@linux.intel.com>
Cc: linux-omap@vger.kernel.org, Nishanth Menon <nm@ti.com>,
	David Derrick <dderrick@ti.com>
Subject: Re: [PATCH v9 6/9] MFD: TWL4030: workaround changes for TWL4030 Erratum 27
Date: Wed, 27 Apr 2011 19:54:24 +0530	[thread overview]
Message-ID: <BANLkTi=fokShu_ZyK6uMZ2mf5Pe4=P9+9Q@mail.gmail.com> (raw)
In-Reply-To: <20110426101306.GJ2659@sortiz-mobl>

Hi Samuel,

On Tue, Apr 26, 2011 at 3:43 PM, Samuel Ortiz <sameo@linux.intel.com> wrote:
> Hi Lesly,
>
> On Thu, Apr 14, 2011 at 05:57:54PM +0530, Lesly A M wrote:
>> Workaround for TWL5030 Silicon Errata 27 & 28:
>>       27 - VDD1, VDD2, may have glitches when their output value is updated.
>>       28 - VDD1 and / or VDD2 DCDC clock may stop working when internal clock
>>               is switched from internal to external.
>>
>> Erratum 27:
>>       If the DCDC regulators is running on their internal oscillator,
>>       negative glitches may occur on VDD1, VDD2 output when voltage is changed.
>>       The OMAP device may reboot if the VDD1 or VDD2 go below the
>>       core minimum operating voltage.
>>
>>       WORKAROUND
>>       Set up the TWL5030 DC-DC power supplies to use the HFCLKIN instead of
>>       the internal oscillator.
>>
>> Erratum 28:
>>       VDD1/VDD2 clock system may hang during switching the clock source from
>>       internal oscillator to external. VDD1/VDD2 output voltages may collapse
>>       if clock stops.
>>
>>       WORKAROUND
>>       If HFCLK is disabled in OFFMODE, modify the sleep/wakeup sequence and
>>       setuptimes to make sure the switching will happen only when HFCLKIN is stable.
>>       Also use the TWL5030 watchdog to safeguard the first switching from
>>       internal oscillator to HFCLKIN during the TWL5030 init.
>>
>>       IMPACT
>>       power sequence is changed.
>>       sleep/wakeup time values will be changed.
>>
>> The workaround changes are called from twl4030_power_init(), since we have to
>> make some i2c_read calls to check the TWL4030 version & the i2c will not be
>> initialized in the early stage.
>>
>> This workaround is required for TWL5030 Silicon version less than ES1.2
>> The power script & setup time changes are recommended by TI HW team.
>>
>> http://omapedia.org/wiki/TWL4030_power_scripts
>>
>> Changes taken from TWL4030 Erratum 27 workaround patch by Nishanth Menon.
> This patch and the following one depend on patch#4. Please re-send it once you
> agreed with Tony about where it should go.
>

I will make the changes for Tony's comments and repost the patches.

Thanks & Regards,
Lesly A M
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2011-04-27 14:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-14 12:27 [PATCH v9 0/9] OMAP3: PM: TWL4030 power scripts and workaround for TWL erratum 27 Lesly A M
2011-04-14 12:27 ` [PATCH v9 1/9] OMAP3: PM: Fix for the TWL4030 sleep/wakeup sequence Lesly A M
2011-04-26  9:54   ` Samuel Ortiz
2011-04-14 12:27 ` [PATCH v9 2/9] OMAP3: PM: Correct the warning print during script loading Lesly A M
2011-04-26  9:57   ` Samuel Ortiz
2011-04-14 12:27 ` [PATCH v9 3/9] OMAP3: PM: Modifying the macro name Main_Ref to all caps Lesly A M
2011-04-26 10:07   ` Samuel Ortiz
2011-04-14 12:27 ` [PATCH v9 4/9] OMAP3: PM: TWL4030 power scripts for OMAP3 boards Lesly A M
2011-04-18 12:32   ` Tony Lindgren
2011-04-18 12:55     ` Manuel, Lesly Arackal
2011-04-18 12:58       ` Tony Lindgren
2011-04-27 12:59         ` Manuel, Lesly Arackal
2011-04-27 13:05           ` Tony Lindgren
2011-04-14 12:27 ` [PATCH v9 5/9] OMAP3: PM: TWL5030 version checking Lesly A M
2011-04-26 10:12   ` Samuel Ortiz
2011-04-14 12:27 ` [PATCH v9 6/9] MFD: TWL4030: workaround changes for TWL4030 Erratum 27 Lesly A M
2011-04-26 10:13   ` Samuel Ortiz
2011-04-27 14:24     ` Manuel, Lesly Arackal [this message]
2011-04-14 12:27 ` [PATCH v9 7/9] OMAP3430: Updating the board file to use TWL4030 scripts Lesly A M
2011-04-14 12:27 ` [PATCH v9 8/9] OMAP3630: " Lesly A M
2011-04-14 12:27 ` [PATCH v9 9/9] OMAP3: PM: TWL4030 optimizing resource configuration Lesly A M
2011-05-03 13:21 ` [PATCH v9 0/9] OMAP3: PM: TWL4030 power scripts and workaround for TWL erratum 27 Jean Pihet
2011-05-04 14:28   ` Manuel, Lesly Arackal

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='BANLkTi=fokShu_ZyK6uMZ2mf5Pe4=P9+9Q@mail.gmail.com' \
    --to=leslyam@ti.com \
    --cc=dderrick@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=sameo@linux.intel.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 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).