All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/4] mx53loco: Convert to driver model
Date: Mon, 15 Feb 2021 08:13:09 -0500	[thread overview]
Message-ID: <20210215131309.GL10169@bill-the-cat> (raw)
In-Reply-To: <CAOMZO5AvpNn4uK+XjbDeCFu0ahEmFrmJy6ePgpaJGuUw3uYtKQ@mail.gmail.com>

On Sun, Feb 14, 2021 at 03:58:56PM -0300, Fabio Estevam wrote:
> On Sun, Feb 14, 2021 at 11:26 AM Tom Rini <trini@konsulko.com> wrote:
> 
> > Where is something missing for SATA support?  With DM enabled, you can
> > enable AHCI and BLK and DWC_AHSATA is already converted.  Is there
> > some i.MX specific work required still?  Thanks!
> 
> I have added CONFIG_AHCI=y and added:
> 
> --- a/drivers/ata/dwc_ahsata.c
> +++ b/drivers/ata/dwc_ahsata.c
> @@ -1093,6 +1093,7 @@ struct ahci_ops dwc_ahsata_ahci_ops = {
> 
>  static const struct udevice_id dwc_ahsata_ahci_ids[] = {
>   { .compatible = "fsl,imx6q-ahci" },
> + { .compatible = "fsl,imx53-ahci" },
>   { }
>  };
> 
> but after running the "sata" command I do get a data abort and the board resets.
> 
> I haven't gotten a chance to debug it further, but I was hoping to
> proceed with the DM conversion without sata support for now and then
> work on adding sata support for this board.

Thanks for explaining.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210215/2d94c4bf/attachment.sig>

  reply	other threads:[~2021-02-15 13:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-14  1:49 [PATCH 1/4] imx53-qsb: Import devicetree files from Linux Fabio Estevam
2021-02-14  1:49 ` [PATCH 2/4] mx53loco: Convert to driver model Fabio Estevam
2021-02-14 14:25   ` Tom Rini
2021-02-14 18:58     ` Fabio Estevam
2021-02-15 13:13       ` Tom Rini [this message]
2021-03-01 11:56   ` sbabic at denx.de
2021-02-14  1:49 ` [PATCH 3/4] ARM: dts: imx53-qsb: Describe the esdhc1 card detect pin Fabio Estevam
2021-03-01 11:56   ` sbabic at denx.de
2021-02-14  1:49 ` [PATCH 4/4] mx53loco: Add myself as maintainer Fabio Estevam
2021-03-01 11:55   ` sbabic at denx.de
2021-03-01 11:55 ` [PATCH 1/4] imx53-qsb: Import devicetree files from Linux sbabic at denx.de

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=20210215131309.GL10169@bill-the-cat \
    --to=trini@konsulko.com \
    --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 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.