commit | 5db49e6beaf452ccd8124d43a4158f878ea98bda | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Tue Mar 31 08:45:25 2020 +0800 |
committer | Marek Vasut <marex@denx.de> | Tue Mar 31 02:52:38 2020 +0200 |
tree | a535d23ff5886f5eecdf14719e7ce8cda212b635 | |
parent | f7fcc901d94e476ff78e69b4ff6690b120299507 [diff] [blame] |
arm: dts: agilex: Enable QSPI Enable QSPI for Agilex SoC devkit. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
diff --git a/arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi index 1908be4..debeb8b 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"; +};