aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorCamelia Groza2023-07-11 15:49:17 +0300
committerPeng Fan2023-07-13 16:54:18 +0800
commit9e977553871d99774851d19d0915592c7e0b6955 (patch)
treeb2fa19c68520e4268cd60f69c3f317dcd23d50cc /arch/powerpc
parent387b89ac986ed51c8e22d7e80427a7853417a230 (diff)
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 <camelia.groza@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/dts/t2080rdb-u-boot.dtsi12
1 files changed, 12 insertions, 0 deletions
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"