From: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx> Always enable QSPI the SOCFPGA DevKit since both QSPI and SDMMC are available on that platform. Signed-off-by: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx> --- arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index 53cf195c2ada..93354c5558df 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts @@ -151,6 +151,7 @@ }; &qspi { + status = "okay"; flash@0 { #address-cells = <1>; #size-cells = <1>; -- 2.7.4