diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2020-03-31 08:45:25 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2020-03-31 02:52:38 +0200 |
commit | df8e15af2bed62a5a93c5783ec9e32b9029bb010 (patch) | |
tree | a535d23ff5886f5eecdf14719e7ce8cda212b635 /arch/arm | |
parent | 3d884ff470f7d26febbd90a52b4f7bdff47da796 (diff) |
arm: dts: agilex: Enable QSPI
Enable QSPI for Agilex SoC devkit.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
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"; +}; |