mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
powerpc: dts: t1024rdb: 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>
This commit is contained in:
parent
51f976d40d
commit
eab4cf5d64
12
arch/powerpc/dts/t1024rdb-u-boot.dtsi
Normal file
12
arch/powerpc/dts/t1024rdb-u-boot.dtsi
Normal file
@ -0,0 +1,12 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/* Copyright 2023 NXP */
|
||||
|
||||
&serial0 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&serial1 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
#include "u-boot.dtsi"
|
||||
Loading…
x
Reference in New Issue
Block a user