From: Caleb Ethridge Date: Thu, 21 May 2026 13:53:19 +0000 (-0400) Subject: dts: sc594: Fix gige-reset line on EZKIT X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ad72a93757d3eefcfe9fecf27b1d8f000be49f2f;p=thirdparty%2Fu-boot.git dts: sc594: Fix gige-reset line on EZKIT 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 Reviewed-by: Simon Glass --- diff --git a/arch/arm/dts/sc594-som-ezkit.dts b/arch/arm/dts/sc594-som-ezkit.dts index dea9a6e27f2..396502b6745 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;