diff options
| author | Camelia Groza <camelia.groza@nxp.com> | 2023-06-16 16:18:36 +0300 |
|---|---|---|
| committer | Peng Fan <peng.fan@nxp.com> | 2023-07-06 13:04:55 +0800 |
| commit | cc6f1bf0a2f60a75211f3b912276e4e364329d31 (patch) | |
| tree | 2639ccd007159200afda80a1b199a928ec6d13c6 /arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi | |
| parent | 250f745ae854fd3967cc69f238db39cea1da61da (diff) | |
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>
Diffstat (limited to 'arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi')
| -rw-r--r-- | arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi b/arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi new file mode 100644 index 00000000000..ce204e675b3 --- /dev/null +++ b/arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* Copyright 2023 NXP */ + +#include "fsl-ls1046a-u-boot.dtsi" + |
