arch: arm: dts: ls1046a: tag serial nodes with bootph-all

Make sure the serial driver is initialized before relocation by tagging
the serial nodes with "bootph-all".

In order to keep the serial nodes in sync with their representation in
the Linux dts, add these u-boot specific properties to *-u-boot.dtsi
files.

Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Camelia Groza
2023-07-06 13:04:55 +08:00
committed by Peng Fan
parent 250f745ae8
commit cc6f1bf0a2
3 changed files with 29 additions and 0 deletions
@@ -0,0 +1,5 @@
// SPDX-License-Identifier: GPL-2.0+
/* Copyright 2023 NXP */
#include "fsl-ls1046a-u-boot.dtsi"
+5
View File
@@ -0,0 +1,5 @@
// SPDX-License-Identifier: GPL-2.0+
/* Copyright 2023 NXP */
#include "fsl-ls1046a-u-boot.dtsi"
+19
View File
@@ -0,0 +1,19 @@
// SPDX-License-Identifier: GPL-2.0+
/* Copyright 2023 NXP */
&duart0 {
bootph-all;
};
&duart1 {
bootph-all;
};
&duart2 {
bootph-all;
};
&duart3 {
bootph-all;
};