]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: sc598: add missing GPIO hogs for Rev D
authorOzan Durgut <ozan.durgut@analog.com>
Mon, 26 Jan 2026 16:15:02 +0000 (17:15 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 3 Feb 2026 21:45:58 +0000 (15:45 -0600)
Add missing GPIO hogs for UART0 enable, UART0 flow control,
SD Card and eMMC control signals.

Fixes: c9e893d ("board: adi: Add support for SC598")
Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
Reviewed-by: Greg Malysa <malysagreg@gmail.com>
arch/arm/dts/sc598-som-revD.dtsi

index bf1ef88cb5818b417ccb47ff4aedce920dcf721d..26e272966fffe6aa71c87b11ab4219e828dba5ff 100644 (file)
                        line-name = "spi2flash-cs";
                        bootph-pre-ram;
                };
+
+               uart0 {
+                       gpio-hog;
+                       gpios = <5 GPIO_ACTIVE_LOW>;
+                       output-high;
+                       line-name = "uart0-en";
+                       bootph-pre-ram;
+               };
+
+               uart0-flow-en {
+                       gpio-hog;
+                       gpios = <6 GPIO_ACTIVE_LOW>;
+                       output-low;
+                       line-name = "uart0-flow-en";
+                       bootph-pre-ram;
+               };
+
+               som-emmc {
+                       gpio-hog;
+                       gpios = <8 GPIO_ACTIVE_LOW>;
+                       output-high;
+                       line-name = "som-emmc-en";
+                       bootph-pre-ram;
+               };
+
+               crr-sdcard {
+                       gpio-hog;
+                       gpios = <9 GPIO_ACTIVE_LOW>;
+                       output-low;
+                       line-name = "crr-sdcard-en";
+                       bootph-pre-ram;
+               };
        };
 };