]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: stm32: Swap USART3 and UART8 alias on STM32MP15xx DHCOM SoM
authorMarek Vasut <marex@denx.de>
Fri, 13 Dec 2024 22:36:25 +0000 (23:36 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Fri, 20 Dec 2024 07:20:25 +0000 (08:20 +0100)
Swap USART3 and UART8 aliases on STM32MP15xx DHCOM SoM,
make sure UART8 is listed first, USART3 second, because
the UART8 is labeled as UART2 on the SoM pinout, while
USART3 is labeled as UART3 on the SoM pinout.

Fixes: 34e0c7847dcf ("ARM: dts: stm32: Add DH Electronics DHCOM STM32MP1 SoM and PDK2 board")
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32mp15xx-dhcom-som.dtsi

index 086d3a60ccce2d2320addae81fba744c6983eb61..142d4a8731f8d477270cb7a850334687b991c879 100644 (file)
@@ -15,8 +15,8 @@
                rtc0 = &hwrtc;
                rtc1 = &rtc;
                serial0 = &uart4;
-               serial1 = &usart3;
-               serial2 = &uart8;
+               serial1 = &uart8;
+               serial2 = &usart3;
        };
 
        chosen {