]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk3588-generic: Use M0 iomux for UART2
authorJonas Karlman <jonas@kwiboo.se>
Mon, 22 Apr 2024 06:29:03 +0000 (06:29 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 26 Apr 2024 07:47:05 +0000 (15:47 +0800)
The default pinctrl for UART2 is using M1 iomux, however, all other
supported RK3588 boards in U-Boot use M0 iomux for UART2.

Change to use the M0 pinctrl for UART2 to match other supported boards.

Fixes: b54c3d0dd69b ("rockchip: board: Add minimal generic RK3588S/RK3588 board")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3588-generic.dts

index e4721d97a87dbb7f1bdd1a4bef05a73a6784e8c1..baafe7463f1b9d3463a0610553ee8f6ac3d5eab3 100644 (file)
@@ -40,5 +40,6 @@
 };
 
 &uart2 {
+       pinctrl-0 = <&uart2m0_xfer>;
        status = "okay";
 };