diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-02 08:42:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-02 08:42:26 -0400 |
commit | bb9f59f6a2804c40eb7cf91523e815e9d9ad4932 (patch) | |
tree | def6ffbb7ed72ff34b8c76ed8ea1a755320de492 | |
parent | 4f48163201f991de6d4a31b1c98a79e19971f57f (diff) | |
parent | d9839417cb408415a240a5c513365973b3cb6031 (diff) |
Merge tag 'u-boot-stm32-20201002' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- Fixup SPI-NOR boot on AV96 board
-rw-r--r-- | arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi index c73318488d..9d3db20876 100644 --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi @@ -21,6 +21,10 @@ }; }; +&flash0 { + u-boot,dm-spl; +}; + &gpiof { snor-nwp { gpio-hog; @@ -49,6 +53,23 @@ u-boot,dm-spl; }; +&qspi_clk_pins_a { + u-boot,dm-spl; + pins { + u-boot,dm-spl; + }; +}; + +&qspi_bk1_pins_a { + u-boot,dm-spl; + pins1 { + u-boot,dm-spl; + }; + pins2 { + u-boot,dm-spl; + }; +}; + &rcc { st,clksrc = < CLK_MPU_PLL1P |