From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: "Urs Fässler" <urs.fassler@bytesatwork.ch>,
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 10:09:49 +0200 [thread overview]
Message-ID: <54DC5FCD.1070501@ti.com> (raw)
In-Reply-To: <54DA12FA.4090402@bytesatwork.ch>
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???
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.
--
Péter
next prev parent reply other threads:[~2015-02-12 8:10 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 [this message]
2015-02-12 14:24 ` Urs Fässler
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=54DC5FCD.1070501@ti.com \
--to=peter.ujfalusi@ti.com \
--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=tiwai@suse.de \
--cc=urs.fassler@bytesatwork.ch \
/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