public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ian Campbell <ijc+uboot@hellion.org.uk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sunxi: mmc: Fix clk-delay settings
Date: Thu, 24 Sep 2015 14:56:54 +0100	[thread overview]
Message-ID: <1443103014.25250.9.camel@hellion.org.uk> (raw)
In-Reply-To: <5603E5BE.40003@redhat.com>

On Thu, 2015-09-24 at 13:59 +0200, Hans de Goede wrote:
> Hi,
> 
> On 24-09-15 12:29, Ian Campbell wrote:
> > On Thu, 2015-09-24 at 12:01 +0200, Hans de Goede wrote:
> > > Hi,
> > > 
> > > On 24-09-15 11:40, Ian Campbell wrote:
> > > > On Wed, 2015-09-23 at 21:59 +0200, Hans de Goede wrote:
> > > > > In recent allwinner kernel sources the mmc clk-delay settings
> > > > > have
> > > > > been
> > > > > slightly tweaked, and for sun9i they are completely different
> > > > > then
> > > > > what
> > > > > we are using.
> > > > > 
> > > > > This commit brings us in sync with what allwinner does, fixing
> > > > > problems
> > > > > accessing sdcards on some A33 devices (and likely others).
> > > > > 
> > > > > For pre sun9i hardware this makes the following changes:
> > > > > -At 400Khz change the sample delay from 7 to 0 (first introduced
> > > > > in
> > > > > A31 sdk)
> > > > 
> > > > This one applied to sun9i as well as pre I think?
> > > > 
> > > > > -At 50 Mhz change the sample delay from 5 to 4 (first introduced
> > > > > in
> > > > > A23 sdk)
> > > > 
> > > > By my reading it also changes oclk from 2 to 1 on <sun9i @ >50MHz.
> > > 
> > > Right, I did not list that as we never do > 50MHz,
> > 
> > But the being changed here does handle that (the else hz > 50000000
> > case)
> > and that is changing even if we somehow coincidentally arrange that
> > this
> > code is never used today I think it is worth mentioning so that if it
> > does
> > become used we have the history of when/why it was changed.
> 
> Ok, I'll amend the commit message.

Thanks.

> > >   later on in the code
> > > we've:
> > > 
> > > 	cfg->f_max = 52000000;
> > > 
> > > And that 52 is somewhat symbolically there, it is meant for 52MHz
> > > sdio
> > > where as mmc / sdcards run at 50MHz max.
> > 
> > Are these timings used for sdio as well then? That seems worth noting.
> 
> Yes, but we never use sdio in u-boot, more in general mmc/sdio is
> usually used referred to as just mmc (see e.g. the subsystem name, etc.).

Right, which makes it all the more likely that one day this code might be
used for sdio too I think.

Ian.

      reply	other threads:[~2015-09-24 13:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-23 19:59 [U-Boot] [PATCH] sunxi: mmc: Fix clk-delay settings Hans de Goede
2015-09-24  9:40 ` Ian Campbell
2015-09-24 10:01   ` Hans de Goede
2015-09-24 10:29     ` Ian Campbell
2015-09-24 11:59       ` Hans de Goede
2015-09-24 13:56         ` Ian Campbell [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=1443103014.25250.9.camel@hellion.org.uk \
    --to=ijc+uboot@hellion.org.uk \
    --cc=u-boot@lists.denx.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