All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vignesh Raghavendra <vigneshr@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH 3/3] spi: cadence-qspi: Add compatible for TI AM654
Date: Thu, 5 Dec 2019 15:46:07 +0530	[thread overview]
Message-ID: <20191205101607.14400-4-vigneshr@ti.com> (raw)
In-Reply-To: <20191205101607.14400-1-vigneshr@ti.com>

TI's AM654 SoC has a Cadence OSPI IP. Add a new compatible string for
the same.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
 drivers/spi/cadence_qspi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/cadence_qspi.c b/drivers/spi/cadence_qspi.c
index 6374d3976a4a..f8b69406d4b9 100644
--- a/drivers/spi/cadence_qspi.c
+++ b/drivers/spi/cadence_qspi.c
@@ -340,6 +340,7 @@ static const struct dm_spi_ops cadence_spi_ops = {
 
 static const struct udevice_id cadence_spi_ids[] = {
 	{ .compatible = "cdns,qspi-nor" },
+	{ .compatible = "ti,am654-ospi" },
 	{ }
 };
 
-- 
2.24.0

  parent reply	other threads:[~2019-12-05 10:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05 10:16 [PATCH 0/3] spi-nor: Add octal mode support Vignesh Raghavendra
2019-12-05 10:16 ` [PATCH 1/3] mtd: spi-nor-core: " Vignesh Raghavendra
2019-12-05 10:16 ` [PATCH 2/3] spi: cadence-qspi: Add support for Cadence Octal SPI controller Vignesh Raghavendra
2019-12-05 10:16 ` Vignesh Raghavendra [this message]
2020-01-26 13:51 ` [PATCH 0/3] spi-nor: Add octal mode support Jagan Teki
2020-01-26 16:42   ` Jagan Teki
2020-01-27  5:14     ` Vignesh Raghavendra
2020-01-27  7:14       ` Jagan Teki

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=20191205101607.14400-4-vigneshr@ti.com \
    --to=vigneshr@ti.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.