All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de, git@xilinx.com
Subject: [PATCH 1/4] arm64: zynqmp: Remove revA compatibility string from kv260 revB/1
Date: Fri, 11 Jun 2021 09:04:25 +0200	[thread overview]
Message-ID: <183dc43906f553338d31d72c3a23a6250221059f.1623395065.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1623395065.git.michal.simek@xilinx.com>

kv260-revB is different compare to revA (usbhub is wired via i2c) that's
why remove revA compatible string.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp-sck-kv-g-revB.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/zynqmp-sck-kv-g-revB.dts b/arch/arm/dts/zynqmp-sck-kv-g-revB.dts
index 6e46f5717b23..1393f997a012 100644
--- a/arch/arm/dts/zynqmp-sck-kv-g-revB.dts
+++ b/arch/arm/dts/zynqmp-sck-kv-g-revB.dts
@@ -17,7 +17,7 @@
 
 /{
 	compatible = "xlnx,zynqmp-sk-kv260-rev1",
-		     "xlnx,zynqmp-sk-kv260-revB", "xlnx,zynqmp-sk-kv260-revA",
+		     "xlnx,zynqmp-sk-kv260-revB",
 		     "xlnx,zynqmp-sk-kv260", "xlnx,zynqmp";
 
 	fragment1 {
-- 
2.32.0


  reply	other threads:[~2021-06-11  7:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11  7:04 [PATCH 0/4] arm64: zynqmp: Update USB and Kria DTs Michal Simek
2021-06-11  7:04 ` Michal Simek [this message]
2021-06-11  7:04 ` [PATCH 2/4] arm64: zynqmp: Use overlay sugar syntax for Kria SOM Michal Simek
2021-06-11  7:04 ` [PATCH 3/4] arm64: zynqmp: Update usb dwc3 DT description Michal Simek
2021-06-11  7:04 ` [PATCH 4/4] arm64: zynqmp: Enable USB3.0 for dc2/dc3 Michal Simek
2021-06-21  7:49 ` [PATCH 0/4] arm64: zynqmp: Update USB and Kria DTs 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=183dc43906f553338d31d72c3a23a6250221059f.1623395065.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=git@xilinx.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.