]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: px30: make UART pinmux accessible to TPL/SPL DTB
authorQuentin Schulz <quentin.schulz@cherry.de>
Fri, 24 May 2024 09:23:30 +0000 (11:23 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 14 Jun 2024 09:10:42 +0000 (17:10 +0800)
This adds the default pinmux for UART2 and UART5 to the TPL/SPL DTB (if
not removed through the CONFIG_OF_SPL_REMOVE_PROPS symbol) as those two
controllers are always made available to all boards.

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
arch/arm/dts/px30-u-boot.dtsi

index 046da022ffe7522c4234bdc84a5bb010c06a2308..59fa9f43a9764eb4c14ddbe8b3685837f1a962f7 100644 (file)
        bootph-all;
 };
 
+&uart2m0_xfer {
+       bootph-all;
+};
+
 &uart5 {
        clock-frequency = <24000000>;
        bootph-all;
 };
 
+&uart5_cts {
+       bootph-all;
+};
+
+&uart5_rts {
+       bootph-all;
+};
+
+&uart5_xfer {
+       bootph-all;
+};
+
 &sdmmc {
        bootph-all;