Commit d9839417 authored by Marek Vasut's avatar Marek Vasut Committed by Patrick Delaunay
Browse files

ARM: dts: stm32: Add missing dm-spl props for SPI NOR on AV96



The u-boot,dm-spl DT props are missing on AV96, hence the pinmux and
flash0 nodes are not included in the reduced SPL DT. This prevents
SPI NOR boot from working at all. Fix this by filling them in.
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Reviewed-by: default avatarPatrick Delaunay <patrick.delaunay@st.com>
parent 4f481632
...@@ -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