]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: sc594: Update sc594 EZKIT GPIO polarities
authorCaleb Ethridge <caleb.ethridge@analog.com>
Fri, 27 Feb 2026 19:34:23 +0000 (14:34 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 13 Mar 2026 19:22:04 +0000 (13:22 -0600)
Updates the polarities for the GPIOs on the sc594
EZKIT carrier board for the newest revision, Rev D.
The new carrier board revision has different polarities
for some GPIOs. This patch updates the sc594 entries
to match the sc598 entries that were updated in a previous
commit, as both SOMs can utilize the EZKIT.

Note that these updates are for the EZKIT carrier
board used by both sc598 and sc594 SOMs, not the SOMs themselves.

Fixes: be79378 ("board: adi: Add support for SC594")
Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
Reviewed-by: Greg Malysa <malysagreg@gmail.com>
arch/arm/dts/sc594-som-ezkit.dts

index afc16df577adc9ee706b2e6e617af35d8a0677a2..dea9a6e27f2a13c7b42224a5c7a1a035392b7e37 100644 (file)
@@ -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;