Skip to content
Snippets Groups Projects
Commit bb9f59f6 authored by Tom Rini's avatar Tom Rini
Browse files

Merge tag 'u-boot-stm32-20201002' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm

- Fixup SPI-NOR boot on AV96 board
parents 4f481632 d9839417
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment