From: Caleb Ethridge <jcethrid@gmail.com>
To: u-boot@lists.denx.de
Cc: malysagreg@gmail.com, trini@konsulko.com, linux@analog.com,
philip@philipmolloy.com,
Caleb Ethridge <caleb.ethridge@analog.com>
Subject: [PATCH v2 07/13] dts: sc594: Fix gige-reset line on EZKIT
Date: Fri, 27 Mar 2026 09:49:22 -0400 [thread overview]
Message-ID: <bc44c8f140dcd33b91db530b37c98ffcd1ccf363.1774618658.git.jcethrid@gmail.com> (raw)
In-Reply-To: <cover.1774618658.git.jcethrid@gmail.com>
From: Caleb Ethridge <caleb.ethridge@analog.com>
The gige-reset line on the EZKIT was updated for the
sc598 but not the sc594. This commit aligns the two .dts
files since they are describing the same hardware, the
EZKIT carrier board.
Fixes: be79378 ("board: adi: Add support for SC594")
Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
---
arch/arm/dts/sc594-som-ezkit.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/sc594-som-ezkit.dts b/arch/arm/dts/sc594-som-ezkit.dts
index 11154e65ed6..e1628ce2082 100644
--- a/arch/arm/dts/sc594-som-ezkit.dts
+++ b/arch/arm/dts/sc594-som-ezkit.dts
@@ -130,7 +130,7 @@
gige-reset {
gpio-hog;
- gpios = <15 GPIO_ACTIVE_HIGH>;
+ gpios = <15 GPIO_ACTIVE_LOW>;
output-high;
line-name = "gige-reset";
bootph-pre-ram;
--
2.34.1
next prev parent reply other threads:[~2026-03-27 16:25 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-27 13:49 [PATCH v2 00/13] sc5xx Environment Cleanup and Fixes Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 01/13] configs: sc5xx: Do not store environment in SPI flash Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 02/13] mach-sc5xx: Remove update commands from default environment Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 03/13] mach-sc5xx: Update boot commands Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 04/13] mach-sc5xx: Switch from tftp to wget Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 05/13] mach-sc5xx: Add USB boot command Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 06/13] mach-sc5xx: Remove preliminary binman support Caleb Ethridge
2026-03-27 13:49 ` Caleb Ethridge [this message]
2026-03-27 13:49 ` [PATCH v2 08/13] mach-sc5xx: sc573: Rename EZKIT board to EZLITE Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 09/13] mach-sc5xx: Update image load address Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 10/13] mach-sc5xx: Update SPI bootargs for ubifs Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 11/13] configs: sc5xx: Set default bootcmd to SPI boot Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 12/13] arm: sc5xx: remove LOADADDR and use kernel_addr_r Caleb Ethridge
2026-03-27 13:49 ` [PATCH v2 13/13] arm: sc5xx: add missing boot env selectors Caleb Ethridge
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=bc44c8f140dcd33b91db530b37c98ffcd1ccf363.1774618658.git.jcethrid@gmail.com \
--to=jcethrid@gmail.com \
--cc=caleb.ethridge@analog.com \
--cc=linux@analog.com \
--cc=malysagreg@gmail.com \
--cc=philip@philipmolloy.com \
--cc=trini@konsulko.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.