]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
dts: sc594: Fix gige-reset line on EZKIT
authorCaleb Ethridge <caleb.ethridge@analog.com>
Thu, 21 May 2026 13:53:19 +0000 (09:53 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2026 18:24:18 +0000 (12:24 -0600)
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: be7937847b7c ("board: adi: Add support for SC594")
Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/sc594-som-ezkit.dts

index dea9a6e27f2a13c7b42224a5c7a1a035392b7e37..396502b6745fd5a7780b60efd04391af3be316da 100644 (file)
 
                gige-reset {
                        gpio-hog;
-                       gpios = <15 GPIO_ACTIVE_HIGH>;
+                       gpios = <15 GPIO_ACTIVE_LOW>;
                        output-high;
                        line-name = "gige-reset";
                        bootph-pre-ram;