u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
To: <u-boot@lists.denx.de>
Cc: <jagan@amarulasolutions.com>, <michal.simek@amd.com>,
	<git@xilinx.com>, <git@amd.com>,
	Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Subject: [PATCH 6/6] arm64: versal: Enable zynqmp_gqspi driver
Date: Thu, 25 Aug 2022 06:59:06 -0600	[thread overview]
Message-ID: <20220825125906.11581-7-ashok.reddy.soma@amd.com> (raw)
In-Reply-To: <20220825125906.11581-1-ashok.reddy.soma@amd.com>

Versal supports gqspi ip, so enable zynqmp_gqspi driver for Versal
platforms.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
---

 configs/xilinx_versal_virt_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index 6e61abd0c6..239b19d316 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -113,6 +113,7 @@ CONFIG_DM_SPI=y
 CONFIG_CADENCE_QSPI=y
 CONFIG_CADENCE_OSPI_VERSAL=y
 CONFIG_ZYNQ_SPI=y
+CONFIG_ZYNQMP_GQSPI=y
 CONFIG_USB=y
 CONFIG_DM_USB_GADGET=y
 CONFIG_USB_XHCI_HCD=y
-- 
2.17.1


  parent reply	other threads:[~2022-08-25 13:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-25 12:59 [PATCH 0/6] zynqmp_gqspi driver updates Ashok Reddy Soma
2022-08-25 12:59 ` [PATCH 1/6] spi: zynqmp_gqspi: Add tap delays for Versal Ashok Reddy Soma
2022-08-25 12:59 ` [PATCH 2/6] arm64: versal: Define zynqmp_mmio_write() for versal Ashok Reddy Soma
2022-08-25 12:59 ` [PATCH 3/6] spi: zynqmp_gqspi: Add support for IO mode Ashok Reddy Soma
2022-08-25 12:59 ` [PATCH 4/6] spi: zynqmp_gqspi: Fix issue of reading more than 32bits length Ashok Reddy Soma
2022-08-25 12:59 ` [PATCH 5/6] spi: zynqmp_qspi: Code alignment Ashok Reddy Soma
2022-08-25 12:59 ` Ashok Reddy Soma [this message]
2022-09-06  7:30 ` [PATCH 0/6] zynqmp_gqspi driver updates Michal Simek

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=20220825125906.11581-7-ashok.reddy.soma@amd.com \
    --to=ashok.reddy.soma@amd.com \
    --cc=git@amd.com \
    --cc=git@xilinx.com \
    --cc=jagan@amarulasolutions.com \
    --cc=michal.simek@amd.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 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).