From: Ley Foon Tan Date: Tue, 31 Mar 2020 00:45:25 +0000 (+0800) Subject: arm: dts: agilex: Enable QSPI X-Git-Tag: v2020.04-rc5~16^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df8e15af2bed62a5a93c5783ec9e32b9029bb010;p=oweals%2Fu-boot.git arm: dts: agilex: Enable QSPI Enable QSPI for Agilex SoC devkit. Signed-off-by: Ley Foon Tan --- diff --git a/arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi index 1908be4b8b..debeb8b239 100644 --- a/arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi +++ b/arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi @@ -37,3 +37,6 @@ u-boot,dm-pre-reloc; }; +&qspi { + status = "okay"; +};