summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamelia Groza <camelia.groza@nxp.com>2023-07-11 15:49:22 +0300
committerPeng Fan <peng.fan@nxp.com>2023-07-13 16:54:32 +0800
commitcd944300872f17b36471a2b6100626eb6d484bcf (patch)
tree3017f22b1f1631e588bb0d5cd0cf4842908ca965
parent7da20e78890bac9c3c97f8df1fe9935784af9453 (diff)
powerpc: dts: t4240rdb: 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 <camelia.groza@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--arch/powerpc/dts/t4240rdb-u-boot.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/dts/t4240rdb-u-boot.dtsi b/arch/powerpc/dts/t4240rdb-u-boot.dtsi
new file mode 100644
index 00000000000..b50b922aeb2
--- /dev/null
+++ b/arch/powerpc/dts/t4240rdb-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"