From: Camelia Groza Date: Tue, 11 Jul 2023 12:49:17 +0000 (+0300) Subject: powerpc: dts: t2080rdb: tag serial nodes with bootph-all X-Git-Tag: v2023.10-rc1~17^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e977553871d99774851d19d0915592c7e0b6955;p=thirdparty%2Fu-boot.git powerpc: dts: t2080rdb: tag serial nodes with bootph-all Make sure the serial driver is initialized before relocation by tagging the serial nodes with "bootph-all". Add these u-boot specific properties to an *-u-boot.dtsi file. Signed-off-by: Camelia Groza Signed-off-by: Peng Fan --- diff --git a/arch/powerpc/dts/t2080rdb-u-boot.dtsi b/arch/powerpc/dts/t2080rdb-u-boot.dtsi new file mode 100644 index 00000000000..b50b922aeb2 --- /dev/null +++ b/arch/powerpc/dts/t2080rdb-u-boot.dtsi @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* Copyright 2023 NXP */ + +&serial0 { + bootph-all; +}; + +&serial1 { + bootph-all; +}; + +#include "u-boot.dtsi"