arm: dts: apple: Add u-boot,dm-pre-reloc properties

These are necessary to make sure the power domains needed for the
serial console are availble in the pre-relocation phase.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Mark Kettenis 2022-01-10 20:58:43 +01:00 committed by Jaehoon Chung
parent c918e2c303
commit 6034c9140f
6 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1 @@
#include "t8103-u-boot.dtsi"

View File

@ -0,0 +1 @@
#include "t8103-u-boot.dtsi"

View File

@ -0,0 +1 @@
#include "t8103-u-boot.dtsi"

View File

@ -0,0 +1 @@
#include "t8103-u-boot.dtsi"

View File

@ -0,0 +1 @@
#include "t8103-u-boot.dtsi"

View File

@ -0,0 +1,25 @@
// SPDX-License-Identifier: GPL-2.0+ OR MIT
&serial0 {
u-boot,dm-pre-reloc;
};
&pmgr {
u-boot,dm-pre-reloc;
};
&ps_sio_busif {
u-boot,dm-pre-reloc;
};
&ps_sio {
u-boot,dm-pre-reloc;
};
&ps_uart_p {
u-boot,dm-pre-reloc;
};
&ps_uart0 {
u-boot,dm-pre-reloc;
};