From: "Urs Fässler" <urs.fassler@bytesatwork.ch>
To: Peter Ujfalusi <peter.ujfalusi@ti.com>, perex@perex.cz, tiwai@suse.de
Cc: lgirdwood@gmail.com, broonie@kernel.org, jsarha@ti.com,
misael.lopez@ti.com, alsa-devel@alsa-project.org,
linux-kernel@vger.kernel.org
Subject: Re: davinci-mcasp: extension to use AHCLKX pin as external clock source
Date: Thu, 12 Feb 2015 15:24:05 +0100 [thread overview]
Message-ID: <54DCB785.8020802@bytesatwork.ch> (raw)
In-Reply-To: <54DC5FCD.1070501@ti.com>
[-- Attachment #1: Type: text/plain, Size: 2781 bytes --]
On 12.02.2015 09:09, Peter Ujfalusi wrote:
> On 02/10/2015 04:17 PM, Urs Fässler wrote:
>> On 06.02.2015 12:50, Peter Ujfalusi wrote:
>>> On 02/06/2015 11:22 AM, Urs Fässler wrote:
>>>> The AHCLKX pin seems not to be supported as external source. The first
>>>> patch is a general fix to allow external clock. The second allows you to
>>>> select the AHCLKX pin as clock source.
>>>>
>>>> Patch built against v3.19-rc7
>>>>
>>>
>>> I don't think this series is correct. You can just issue:
>>> snd_soc_dai_set_sysclk(cpu_dai, 0, sysclk, SND_SOC_CLOCK_IN);
>>>
>>> from the machine driver to select AHCLKX as input.
>>>
>> I checked everything and the source of the problem is, that on our
>> hardware the bit clock of the codec is connected to AHCLKX.
>
> Why would any HW designer do this???
It was not intended that way.
> Just to clarify this: the bitclock from codec is only connected to AHCLKX pin,
> or is it also connected to the ACLKX pin?
> The use of AHCLKX/R pin is _optional_ in McASP and it serves the purpose of
> providing a way to have synchronized master clock for the codec and McASP.
> ACLKX, AFSX and data pins are mandatory to be connected.
>
>> According to the datasheet, AHCLKX is for the master clock only.
>
> Yes, it is for the master clock to be used by both codec and McASP to avoid
> clock drifting.
>
>> On the other hand, it is possible to route a bitclock from AHCLKX to
> >the subsystem (what I did with my patches).
>
> Yes, it is possible, when McASP is master it can use the signal on AHCLKX pin
> to generate the BCLK/FS.
>
>> Now my question is, if it is even worth trying to bring such an option
>> for the driver (use AHCLKX as bit clock in) upstream?
>
> I don't want HW designers to get ideas from code - but if they did what I
> think they did with your HW they certainly not going to bother checking TRM or
> code...
>
> But I think you can still get the setup working, if it is really like this:
>
> McASP
> AHCLKX <-- bitclock <-- codec
> ACLKX (not connected while it should have been)
> FSX <-- framsync <-- codec
>
> In this case you want to configure the codec to be CBM_CFM and McASP as
> CBS_CFM (we don't have this supported in the driver, but not a big deal to add).
>
> And you call:
> snd_soc_dai_set_sysclk(cpu_dai, 0, sysclk, SND_SOC_CLOCK_IN);
> snd_soc_dai_set_clkdiv(cpu_dai, 1, 1);
>
> You will have the codec providing the FS and driving the bitclock (connected
> to wrong McASP pin). McASP will drive the bitclock using the AHCLKX as source
> using divide by 1. McASP will not try to drive FS.
Thanks, that looks better than my patches. We will fix the hardware and
use your solution for the already produced boards.
Urs
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2015-02-12 14:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-06 9:22 davinci-mcasp: extension to use AHCLKX pin as external clock source Urs Fässler
2015-02-06 11:50 ` Peter Ujfalusi
2015-02-10 14:17 ` Urs Fässler
2015-02-12 8:09 ` Peter Ujfalusi
2015-02-12 14:24 ` Urs Fässler [this message]
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=54DCB785.8020802@bytesatwork.ch \
--to=urs.fassler@bytesatwork.ch \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=jsarha@ti.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=misael.lopez@ti.com \
--cc=perex@perex.cz \
--cc=peter.ujfalusi@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox