mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Michael Riesch <michael.riesch@wolfvision.net>
To: barebox@lists.infradead.org
Cc: Michael Tretter <m.tretter@pengutronix.de>,
	Michael Riesch <michael.riesch@wolfvision.net>
Subject: [PATCH 2/2] arm: dts: zynqmp: add alias gpio0 to zcu104 and zcu106 boards
Date: Mon, 13 Sep 2021 17:25:36 +0200	[thread overview]
Message-ID: <20210913152536.27073-3-michael.riesch@wolfvision.net> (raw)
In-Reply-To: <20210913152536.27073-1-michael.riesch@wolfvision.net>

From: Michael Tretter <m.tretter@pengutronix.de>

Add the alias gpio0 to all Xilinx Zynq UltraScale+ MPSoC boards.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
[add alias to zcu106]
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
---
 arch/arm/dts/zynqmp-zcu104-revA.dts | 4 ++++
 arch/arm/dts/zynqmp-zcu106-revA.dts | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/arch/arm/dts/zynqmp-zcu104-revA.dts b/arch/arm/dts/zynqmp-zcu104-revA.dts
index 95b60a6b1..bc28937ac 100644
--- a/arch/arm/dts/zynqmp-zcu104-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu104-revA.dts
@@ -10,6 +10,10 @@
 #include <arm64/xilinx/zynqmp-zcu104-revA.dts>
 
 / {
+	aliases {
+		gpio0 = &gpio;
+	};
+
 	chosen {
 		environment {
 			compatible = "barebox,environment";
diff --git a/arch/arm/dts/zynqmp-zcu106-revA.dts b/arch/arm/dts/zynqmp-zcu106-revA.dts
index 7c5058826..c9c6d9d55 100644
--- a/arch/arm/dts/zynqmp-zcu106-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu106-revA.dts
@@ -11,6 +11,10 @@
 #include <arm64/xilinx/zynqmp-zcu106-revA.dts>
 
 / {
+	aliases {
+		gpio0 = &gpio;
+	};
+
 	chosen {
 		environment {
 			compatible = "barebox,environment";
-- 
2.17.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


  parent reply	other threads:[~2021-09-13 15:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-13 15:25 [PATCH 0/2] gpio: add driver for xilinx zynq and zynqmp Michael Riesch
2021-09-13 15:25 ` [PATCH 1/2] " Michael Riesch
2021-09-13 16:43   ` Ahmad Fatoum
2021-09-13 15:25 ` Michael Riesch [this message]
2021-09-13 16:23   ` [PATCH 2/2] arm: dts: zynqmp: add alias gpio0 to zcu104 and zcu106 boards Ahmad Fatoum

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=20210913152536.27073-3-michael.riesch@wolfvision.net \
    --to=michael.riesch@wolfvision.net \
    --cc=barebox@lists.infradead.org \
    --cc=m.tretter@pengutronix.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