From: Nikolay Dimitrov <picmaster@mail.bg>
To: Eric Nelson <eric.nelson@boundarydevices.com>
Cc: Takashi Iwai <tiwai@suse.de>,
Fabio Estevam <fabio.estevam@freescale.com>,
"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
Mark Brown <broonie@kernel.org>,
Fabio Estevam <festevam@gmail.com>
Subject: Re: [PATCH V2] ASoC: sgtl5000: add delay before first I2C access
Date: Sat, 31 Jan 2015 00:24:23 +0200 [thread overview]
Message-ID: <54CC0497.2030505@mail.bg> (raw)
In-Reply-To: <54CBFF5A.4050008@boundarydevices.com>
Hi Eric,
On 01/31/2015 12:02 AM, Eric Nelson wrote:
> Hi Nikolay,
>
> On 01/30/2015 02:50 PM, Nikolay Dimitrov wrote:
>> Hi Eric,
>>
>> On 01/30/2015 11:31 PM, Fabio Estevam wrote:
>>> Hi Eric,
>>>
>>> On Fri, Jan 30, 2015 at 7:07 PM, Eric Nelson
>>> <eric.nelson@boundarydevices.com> wrote:
>>>> To quote from section 1.3.1 of the data sheet:
>>>> The SGTL5000 has an internal reset that is deasserted
>>>> 8 SYS_MCLK cycles after all power rails have been brought
>>>> up. After this time, communication can start
>>>>
>>>> ...
>>>> 1.0uS represents 8 SYS_MCLK cycles at the minimum 8.0 MHz
>>>> SYS_MCLK.
>>>
>>> Small detail: Should be us instead of uS.
>>
>> FYI - If you're observing issues with communicating with SGTL5000 I2C,
>> please make sure also that the chip has a valid clock signal on
>> SYS_MCLK, otherwise it won't respond on I2C transactions (I2C will work
>> with any SYS_MCLK in the range 8-27MHz).
>>
>
> Thanks for that, but the issue we're seeing and that made me spot this
> was a very intermittent problem (1 in many 1000's of boots) reported by
> a customer on our 3.10.17 code base.
>
> We haven't been able to repeat the issue, but the failure is in the
> initial read of the CHIP_ID register (i.e. the first I2C access) and
> the docs clearly state that a 1us delay is needed.
>
> I haven't found the commit that removed it, but earlier versions
> of sgtl5000.c had a udelay(10) before the first I2C access.
I see. Had similar issue with 3.10.17 (fsl), when sometimes on
hot-reset the (imx6) I2C controller was somehow locked-up on boot and
prevented the driver from reading CHIP_ID, and thus no sound at all.
But on 3.17x/3.18x mainline kernels + riotboard, this initial SGTL5000
configuration is much much better, haven't seen cases when it doesn't
detect the codec.
If you can reproduce the defect, you can try to exercise the I2C
channel and see whether it still works at all.
I'm mentioning this because it's a different root-cause that has quite
similar observable effect. Otherwise I truly agree that reset timings
as per datasheet are very good to be followed.
Kind regards,
Nikolay
next prev parent reply other threads:[~2015-01-30 22:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-30 20:52 [PATCH] ASoC: sgtl5000: add delay before first I2C access Eric Nelson
2015-01-30 21:07 ` [PATCH V2] " Eric Nelson
2015-01-30 21:31 ` Fabio Estevam
2015-01-30 21:50 ` Nikolay Dimitrov
2015-01-30 22:02 ` Eric Nelson
2015-01-30 22:24 ` Nikolay Dimitrov [this message]
2015-01-30 22:34 ` Eric Nelson
2015-02-03 13:09 ` Mark Brown
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=54CC0497.2030505@mail.bg \
--to=picmaster@mail.bg \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=eric.nelson@boundarydevices.com \
--cc=fabio.estevam@freescale.com \
--cc=festevam@gmail.com \
--cc=tiwai@suse.de \
/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.