linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: OMAP baseline test results for v3.14-rc4 (SDP2430 fail to boot - mmc fs)
Date: Tue, 1 Apr 2014 11:40:03 -0500	[thread overview]
Message-ID: <533AEBE3.40109@ti.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1402241832001.23725@utopia.booyaka.com>

On 02/24/2014 12:35 PM, Paul Walmsley wrote:

> Boot to userspace:
>     FAIL ( 1/12): 2430sdp
> http://www.pwsan.com/omap/testlogs/test_v3.14-rc4/20140224102552/boot/2430sdp/

Figured out why 2430sdp does not boot with MMC filesystem.
DEVCONTROL0,1 needs to be modelled in DT-only boot as well.

OMAP243X SDP # md.l 0x490022e8 1
490022e8: 002fff80    ../.
OMAP243X SDP # md.l 0x49002274 1
49002274: 04000000    ....
OMAP243X SDP # mw.l 0x490022e8 802fff80
^^ bit 31 is step (a) below
OMAP243X SDP # mw.l 0x49002274 05000000
^^ bit 24 is step (b) below
OMAP243X SDP # md.l 0x49002274 1
49002274: 05000000    ....
OMAP243X SDP # md.l 0x490022e8 1
490022e8: 802fff80    ../.
OMAP243X SDP # boot

happily detects the mmc partitions. http://slexy.org/view/s21QaCLMWQ

we modelled pbias in dt so far - this is necessary, but two other
steps are needed as well (based on arch/arm/mach-omap2/hsmmc.c used in
non-dt boot):
a) OMAP243X_CONTROL_DEVCONF1:: OMAP243X_MMC1_ACTIVE_OVERWRITE should
be tweaked based on vdd
b) OMAP2_CONTROL_DEVCONF0::OMAP2_MMCSDIO1ADPCLKISEL should be set for
internal_clk (sdp2430).

-- 
Regards,
Nishanth Menon

      reply	other threads:[~2014-04-01 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-24 18:35 OMAP baseline test results for v3.14-rc4 Paul Walmsley
2014-04-01 16:40 ` Nishanth Menon [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=533AEBE3.40109@ti.com \
    --to=nm@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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).