]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk3399-puma: Move uart0 bootph to board u-boot.dtsi
authorJonas Karlman <jonas@kwiboo.se>
Tue, 30 Apr 2024 15:30:22 +0000 (15:30 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Tue, 7 May 2024 07:56:08 +0000 (15:56 +0800)
rk3399-puma is the only supported board that use uart0 for serial
console, other RK3399 boards typically use uart2 for serial console
and may use uart0 for bluetooth.

Move setting bootph prop to board u-boot.dtsi to only include the uart0
node in TPL/SPL control FDT for the rk3399-puma target.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi
arch/arm/dts/rk3399-u-boot.dtsi

index 2b3ea6da88dbc2206d5e7bde85b279c926d6647d..390cf24152a6c35cce07c6be5efc7e1dc73b6899 100644 (file)
 &sdmmc_cmd {
        bootph-all;
 };
+
+&uart0 {
+       bootph-all;
+};
index 496f25d9fbf6db0d819beaef4655675a4ccbfa02..9815dc53e8ed96af4d513b78dd86cf322027c3de 100644 (file)
        bootph-all;
 };
 
-&uart0 {
-       bootph-all;
-};
-
 &uart2 {
        bootph-all;
 };