mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00: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
1 changed files with 12 additions and 0 deletions
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…
Reference in a new issue