ARM: dts: stm32: Add missing dm-spl props for SPI NOR on AV96
authorMarek Vasut <marex@denx.de>
Thu, 1 Oct 2020 10:25:55 +0000 (12:25 +0200)
committerPatrick Delaunay <patrick.delaunay@st.com>
Fri, 2 Oct 2020 12:18:00 +0000 (14:18 +0200)
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 <marex@denx.de>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi

index c733184..9d3db20 100644 (file)
        };
 };
 
+&flash0 {
+       u-boot,dm-spl;
+};
+
 &gpiof {
        snor-nwp {
                gpio-hog;
        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