arm: dts: agilex: Enable QSPI
authorLey Foon Tan <ley.foon.tan@intel.com>
Tue, 31 Mar 2020 00:45:25 +0000 (08:45 +0800)
committerMarek Vasut <marex@denx.de>
Tue, 31 Mar 2020 00:52:38 +0000 (02:52 +0200)
Enable QSPI for Agilex SoC devkit.

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi

index 1908be4..debeb8b 100644 (file)
@@ -37,3 +37,6 @@
        u-boot,dm-pre-reloc;
 };
 
+&qspi {
+       status = "okay";
+};