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
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
}; };
}; };
&flash0 {
u-boot,dm-spl;
};
&gpiof { &gpiof {
snor-nwp { snor-nwp {
gpio-hog; gpio-hog;
...@@ -49,6 +53,23 @@ ...@@ -49,6 +53,23 @@
u-boot,dm-spl; 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 { &rcc {
st,clksrc = < st,clksrc = <
CLK_MPU_PLL1P CLK_MPU_PLL1P
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment