[PATCH 19/20] powerpc: dts: t1024rdb: tag serial nodes with bootph-all

Camelia Groza camelia.groza at nxp.com
Tue Jul 11 14:49:32 CEST 2023


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 <camelia.groza at nxp.com>
---
 arch/powerpc/dts/t1024rdb-u-boot.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 arch/powerpc/dts/t1024rdb-u-boot.dtsi

diff --git a/arch/powerpc/dts/t1024rdb-u-boot.dtsi b/arch/powerpc/dts/t1024rdb-u-boot.dtsi
new file mode 100644
index 000000000000..b50b922aeb22
--- /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"
-- 
2.17.1



More information about the U-Boot mailing list