public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Linus Walleij <linusw@kernel.org>
To: soc@kernel.org, linux-arm-kernel@lists.infradead.org
Cc: Mohamed Ayman <mohamedaymanworkspace@gmail.com>,
	 Linus Walleij <linusw@kernel.org>
Subject: [PATCH] ARM: dts: ixp4xx: use phandle-based GPIOs in mi424wr
Date: Tue, 05 May 2026 11:36:07 +0200	[thread overview]
Message-ID: <20260505-ixp4xx-dts-v1-1-02f4a92a9697@kernel.org> (raw)

From: Mohamed Ayman <mohamedaymanworkspace@gmail.com>

Convert remaining legacy integer GPIO specifiers to phandle-based
descriptors in intel-ixp42x-actiontec-mi424wr.dtsi.

All other GPIOs in this file already use &gpio0/&gpio1. These are the
last remaining legacy users in the IXP4xx DTS files.

Signed-off-by: Mohamed Ayman <mohamedaymanworkspace@gmail.com>
Link: https://lore.kernel.org/20260428191029.809462-1-mohamedaymanworkspace@gmail.com
Signed-off-by: Linus Walleij <linusw@kernel.org>
---
 arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr.dtsi b/arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr.dtsi
index 9b54e3c01a34..3043ae7232dd 100644
--- a/arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr.dtsi
+++ b/arch/arm/boot/dts/intel/ixp/intel-ixp42x-actiontec-mi424wr.dtsi
@@ -195,19 +195,19 @@ gpio1: gpio@1,0 {
 
 				pci-reset-hog {
 					gpio-hog;
-					gpios = <7 GPIO_ACTIVE_HIGH>;
+					gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
 					output-high;
 					line-name = "PCI reset";
 				};
 				pstn-relay-hog-1 {
 					gpio-hog;
-					gpios = <11 GPIO_ACTIVE_HIGH>;
+					gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
 					output-low;
 					line-name = "PSTN relay control 1";
 				};
 				pstn-relay-hog-2 {
 					gpio-hog;
-					gpios = <12 GPIO_ACTIVE_HIGH>;
+					gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
 					output-low;
 					line-name = "PSTN relay control 2";
 				};

---
base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
change-id: 20260505-ixp4xx-dts-a12be09eaa7e

Best regards,
--  
Linus Walleij <linusw@kernel.org>



             reply	other threads:[~2026-05-05  9:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-05  9:36 Linus Walleij [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-04-28 19:10 [PATCH] ARM: dts: ixp4xx: use phandle-based GPIOs in mi424wr Mohamed Ayman
2026-05-05  9:36 ` Linus Walleij

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=20260505-ixp4xx-dts-v1-1-02f4a92a9697@kernel.org \
    --to=linusw@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mohamedaymanworkspace@gmail.com \
    --cc=soc@kernel.org \
    /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