diff options
author | Tom Rini <trini@konsulko.com> | 2020-11-25 11:00:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-11-25 11:00:52 -0500 |
commit | 7889951d0f56eab746a7c8fde350a022ba0361ca (patch) | |
tree | b9adb403422089be4ec363e4ee983fdb7aaa6b6d /arch/arm/dts/stm32429i-eval-u-boot.dtsi | |
parent | d361eafe82bfbf90ab0a592ae59daef99faee5ec (diff) | |
parent | 60a2dd6aa20f6c0938856b764e7ebdee722d998e (diff) | |
download | u-boot-WIP/25Nov2020.tar.gz |
Merge tag 'u-boot-stm32-20201125' of https://gitlab.denx.de/u-boot/custodians/u-boot-stmWIP/25Nov2020
- STM32 MCU's DT update
- Add DHCOM based STM32MP15x PicoITX board
- Correct ALIGN macro usage for on syram for SPL dcache support
- Fixes on DHCOM: uSD card-detect GPIO and Drop QSPI CS2
- Fix compilation issue for spl_mmc_boot_partition
- Fix MTD partitions for serial boot
- Add support of MCU HOLD BOOT with reset for stm32 remoteproc
(prepare alligneent with kernel DT)
- Correct bias information and support in STM32 soc and STMFX
- Support optional vbus in usbphyc
- Update FIT examples to avoid kernel zImage relocation before decompression
Diffstat (limited to 'arch/arm/dts/stm32429i-eval-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/stm32429i-eval-u-boot.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32429i-eval-u-boot.dtsi b/arch/arm/dts/stm32429i-eval-u-boot.dtsi index fe437bbfe2..e75cf99f8f 100644 --- a/arch/arm/dts/stm32429i-eval-u-boot.dtsi +++ b/arch/arm/dts/stm32429i-eval-u-boot.dtsi @@ -136,7 +136,7 @@ }; &pinctrl { - usart1_pins_a: usart1@0 { + usart1_pins_a: usart1-0 { u-boot,dm-pre-reloc; pins1 { u-boot,dm-pre-reloc; @@ -217,3 +217,7 @@ }; }; }; + +&timer5 { + u-boot,dm-pre-reloc; +}; |