From patchwork Tue Mar 31 00:45:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tan, Ley Foon" X-Patchwork-Id: 244612 List-Id: U-Boot discussion From: ley.foon.tan at intel.com (Ley Foon Tan) Date: Tue, 31 Mar 2020 08:45:25 +0800 Subject: [PATCH v2] arm: dts: agilex: Enable QSPI Message-ID: <20200331004525.77662-1-ley.foon.tan@intel.com> Enable QSPI for Agilex SoC devkit. Signed-off-by: Ley Foon Tan --- v2: - Fixed missing ";". --- arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi index 1908be4b8b27..c0be18c2e4ed 100644 --- a/arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi +++ b/arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi @@ -37,3 +37,7 @@ u-boot,dm-pre-reloc; }; +&qspi { + status = "okay"; +}; +