[PATCH] arm: dts: sc594: Update sc594 EZKIT GPIO polarities
Caleb Ethridge
jcethrid at gmail.com
Thu Feb 5 17:58:06 CET 2026
From: Caleb Ethridge <caleb.ethridge at analog.com>
Date: Tue, 3 Feb 2026 14:45:53 -0500
Subject: [PATCH] arm: dts: sc594: Update sc594 EZKIT GPIO polarities
Updates the polarities for the GPIOs on the sc594
EZKIT, as the current version was still on an old
revision of the hardware. The GPIOs now match the
sc598 EZKIT as expected.
Fixes: be79378 ("board: adi: Add support for SC594")
Signed-off-by: Caleb Ethridge <caleb.ethridge at analog.com>
---
arch/arm/dts/sc594-som-ezkit.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/dts/sc594-som-ezkit.dts b/arch/arm/dts/sc594-som-ezkit.dts
index eeca6d17504..11154e65ed6 100644
--- a/arch/arm/dts/sc594-som-ezkit.dts
+++ b/arch/arm/dts/sc594-som-ezkit.dts
@@ -22,7 +22,7 @@
eeprom {
gpio-hog;
- gpios = <0 GPIO_ACTIVE_HIGH>;
+ gpios = <0 GPIO_ACTIVE_LOW>;
output-low;
line-name = "eeprom-en";
bootph-pre-ram;
@@ -30,7 +30,7 @@
pushbutton {
gpio-hog;
- gpios = <1 GPIO_ACTIVE_HIGH>;
+ gpios = <1 GPIO_ACTIVE_LOW>;
output-low;
line-name = "pushbutton-en";
bootph-pre-ram;
@@ -70,7 +70,7 @@
octal {
gpio-hog;
- gpios = <8 GPIO_ACTIVE_HIGH>;
+ gpios = <8 GPIO_ACTIVE_LOW>;
output-low;
line-name = "octal-spi-cs-en";
bootph-pre-ram;
--
2.34.1
More information about the U-Boot
mailing list