diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-30 19:16:15 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-08-27 09:36:56 +0200 |
commit | 67b7684f8ce3a13c17b5246b6ad3c934b85c7df0 (patch) | |
tree | cb7b4abac504cd5f116228595091fa772004d07d /arch/arm/dts/stm32mp157-u-boot.dtsi | |
parent | 6d923007d64653458b818c4d60ff90ed48aa432d (diff) | |
download | u-boot-67b7684f8ce3a13c17b5246b6ad3c934b85c7df0.tar.gz |
ARM: dts: stm32mp1: Add PSCI node access before relocation
Add node in DT and avoid error to search UCLASS_SYSRESET in
board_f.c::print_resetinfo() and lost 1.6s in U-Boot
for the trusted boot chain.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch/arm/dts/stm32mp157-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/stm32mp157-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157-u-boot.dtsi b/arch/arm/dts/stm32mp157-u-boot.dtsi index ba13ebb33b..1c4ad6797c 100644 --- a/arch/arm/dts/stm32mp157-u-boot.dtsi +++ b/arch/arm/dts/stm32mp157-u-boot.dtsi @@ -25,6 +25,11 @@ u-boot,dm-pre-reloc; }; + /* need PSCI for sysreset during board_f */ + psci { + u-boot,dm-pre-proper; + }; + reboot { u-boot,dm-pre-reloc; }; |