summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2016-02-11 15:53:51 +0100
committerMarek Vasut <[email protected]>2016-02-24 19:13:03 +0100
commita1d4e962cab9ba64a6ee0f70b2c0f420759bb72a (patch)
treeacb4ed2fdbeb18de0af911900fdc31825551b4bd
parentdc0a1a08ac98fc577b24b967d0d94a309bdb25a2 (diff)
arm: socfpga: av_socdk: Add support for QSPI boot
Add missing DT nodes to allow booting from QSPI NOR. Signed-off-by: Marek Vasut <[email protected]> Cc: Dinh Nguyen <[email protected]> Cc: Chin Liang See <[email protected]> Cc: Denis Bakhvalov <[email protected]>
-rw-r--r--arch/arm/dts/socfpga_arria5_socdk.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_arria5_socdk.dts b/arch/arm/dts/socfpga_arria5_socdk.dts
index 5933a406cb0..9ac48a16832 100644
--- a/arch/arm/dts/socfpga_arria5_socdk.dts
+++ b/arch/arm/dts/socfpga_arria5_socdk.dts
@@ -82,8 +82,10 @@
&qspi {
status = "okay";
+ u-boot,dm-pre-reloc;
flash0: n25q00@0 {
+ u-boot,dm-pre-reloc;
#address-cells = <1>;
#size-cells = <1>;
compatible = "n25q00";