From: Quentin Schulz Date: Fri, 24 May 2024 09:23:30 +0000 (+0200) Subject: rockchip: px30: make UART pinmux accessible to TPL/SPL DTB X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=7fca4d8914318f6f937f745a1c6ab5bbdd85cc36;p=u-boot.git rockchip: px30: make UART pinmux accessible to TPL/SPL DTB 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 Signed-off-by: Quentin Schulz --- diff --git a/arch/arm/dts/px30-u-boot.dtsi b/arch/arm/dts/px30-u-boot.dtsi index 046da022ff..59fa9f43a9 100644 --- a/arch/arm/dts/px30-u-boot.dtsi +++ b/arch/arm/dts/px30-u-boot.dtsi @@ -33,11 +33,27 @@ 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;