From: Camelia Groza Date: Tue, 11 Jul 2023 12:49:32 +0000 (+0300) Subject: powerpc: dts: t1024rdb: tag serial nodes with bootph-all X-Git-Tag: v2023.10-rc1~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab4cf5d64d3eec659ce26a153c07a79e9f77794;p=pandora-u-boot.git powerpc: dts: t1024rdb: 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/t1024rdb-u-boot.dtsi b/arch/powerpc/dts/t1024rdb-u-boot.dtsi new file mode 100644 index 00000000000..b50b922aeb2 --- /dev/null +++ b/arch/powerpc/dts/t1024rdb-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"