arm: socfpga: make socfpga_socrates_defconfig boot from QSPI
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Mon, 6 Aug 2018 13:05:09 +0000 (15:05 +0200)
committerMarek Vasut <marex@denx.de>
Thu, 29 Nov 2018 11:45:15 +0000 (12:45 +0100)
This fixes the board's dts to supply SPL with QSPI info.

The EBV Socrates board has DIP switches to boot from SD card or
QSPI, so let's fix its defconfig to work for both cases.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
arch/arm/dts/socfpga_cyclone5_socrates.dts

index 8d5d3996f6f27122412d68072767d621fa11ae8f..93c3fa4a48aad05f588ae7d4772205bb23bec5cb 100644 (file)
@@ -76,6 +76,7 @@
 
 &qspi {
        status = "okay";
+       u-boot,dm-pre-reloc;
 
        flash: flash@0 {
                #address-cells = <1>;
@@ -90,5 +91,6 @@
                cdns,tchsh-ns = <4>;
                cdns,tslch-ns = <4>;
                status = "okay";
+               u-boot,dm-pre-reloc;
        };
 };