u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de, git@xilinx.com
Subject: [PATCH 5/6] arm64: zynqmp: Sync dp port location on zc1751 dc4
Date: Thu,  3 Jun 2021 10:11:28 +0200	[thread overview]
Message-ID: <e8c59d9417fbdd90ff9a15a4f676350f0c2b1da8.1622707885.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <cover.1622707885.git.michal.simek@xilinx.com>

Historically dpdma and dpsub are placed at the end of files. Move nodes
there for easier comparison among dts files.

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

 arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts b/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
index aadda179c323..e7fbf1c4b70c 100644
--- a/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
+++ b/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts
@@ -115,14 +115,6 @@
 	status = "okay";
 };
 
-&zynqmp_dpsub {
-	status = "okay";
-};
-
-&zynqmp_dpdma {
-	status = "okay";
-};
-
 &gem0 {
 	status = "okay";
 	phy-mode = "rgmii-id";
@@ -221,3 +213,11 @@
 &watchdog0 {
 	status = "okay";
 };
+
+&zynqmp_dpdma {
+	status = "okay";
+};
+
+&zynqmp_dpsub {
+	status = "okay";
+};
-- 
2.31.1


  parent reply	other threads:[~2021-06-03  8:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03  8:11 [PATCH 0/6] arm64: zynqmp: DT syncup patches Michal Simek
2021-06-03  8:11 ` [PATCH 1/6] arm64: zynqmp: Remove additional header from zc1232 DT Michal Simek
2021-06-03  8:11 ` [PATCH 2/6] arm64: zynqmp: Add maximum-speed property for dwc3 nodes Michal Simek
2021-06-03  8:11 ` [PATCH 3/6] arm64: zynqmp: Remove addition newline from zc1751 dc1 Michal Simek
2021-06-03  8:11 ` [PATCH 4/6] arm64: zynqmp: Remove unused dp_aclk clock Michal Simek
2021-06-03  8:11 ` Michal Simek [this message]
2021-06-03  8:11 ` [PATCH 6/6] arm64: zynqmp: Sync psgtr location on zcu100/zcu106 Michal Simek
2021-06-14  8:01 ` [PATCH 0/6] arm64: zynqmp: DT syncup patches 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=e8c59d9417fbdd90ff9a15a4f676350f0c2b1da8.1622707885.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 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).