mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 05:04:23 +08:00
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:
parent
c918e2c303
commit
6034c9140f
1
arch/arm/dts/t8103-j274-u-boot.dtsi
Normal file
1
arch/arm/dts/t8103-j274-u-boot.dtsi
Normal file
@ -0,0 +1 @@
|
||||
#include "t8103-u-boot.dtsi"
|
1
arch/arm/dts/t8103-j293-u-boot.dtsi
Normal file
1
arch/arm/dts/t8103-j293-u-boot.dtsi
Normal file
@ -0,0 +1 @@
|
||||
#include "t8103-u-boot.dtsi"
|
1
arch/arm/dts/t8103-j313-u-boot.dtsi
Normal file
1
arch/arm/dts/t8103-j313-u-boot.dtsi
Normal file
@ -0,0 +1 @@
|
||||
#include "t8103-u-boot.dtsi"
|
1
arch/arm/dts/t8103-j456-u-boot.dtsi
Normal file
1
arch/arm/dts/t8103-j456-u-boot.dtsi
Normal file
@ -0,0 +1 @@
|
||||
#include "t8103-u-boot.dtsi"
|
1
arch/arm/dts/t8103-j457-u-boot.dtsi
Normal file
1
arch/arm/dts/t8103-j457-u-boot.dtsi
Normal file
@ -0,0 +1 @@
|
||||
#include "t8103-u-boot.dtsi"
|
25
arch/arm/dts/t8103-u-boot.dtsi
Normal file
25
arch/arm/dts/t8103-u-boot.dtsi
Normal 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;
|
||||
};
|
Loading…
Reference in New Issue
Block a user