On 10/2/20 2:31 PM, Patrick DELAUNAY wrote: > Hi, > >> From: Marek Vasut <ma...@denx.de> >> Sent: vendredi 2 octobre 2020 14:09 >> >> On 10/2/20 11:05 AM, Patrick DELAUNAY wrote: >>> Hi Marek, >> >> Hi, >> >>>> From: Marek Vasut <ma...@denx.de> >>>> Sent: jeudi 1 octobre 2020 12:26 >>>> >>>> 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: Marek Vasut <ma...@denx.de> >>>> Cc: Patrick Delaunay <patrick.delau...@st.com> >>>> Cc: Patrice Chotard <patrice.chot...@st.com> >>>> --- >>>> arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 21 >>>> +++++++++++++++++++++ >>>> 1 file changed, 21 insertions(+) >>>> >>> >>> Reviewed-by: Patrick Delaunay <patrick.delau...@st.com> >>> >>> 2 questions; >>> It is a regression or SPI boot had never worked on AV96 ? >>> And the expected target is v2020.10 or v2021.01-rc1 ? >>> >>> I prefer v2021.01-rc1, except if it is blocking or it is a regression ..... >> >> It used to work before, so 2020.10 please. > > Ok > > Applied to u-boot-stm/master, thanks!
Thanks