diff options
| author | Marek Vasut <[email protected]> | 2016-02-11 15:54:10 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2016-02-24 19:13:03 +0100 |
| commit | 755ff3a38d37c895a7dc4a4d706c42514d167ae0 (patch) | |
| tree | 55f35dd1f172131b9fbee2fdf6c0feec27dacdae | |
| parent | a1d4e962cab9ba64a6ee0f70b2c0f420759bb72a (diff) | |
arm: socfpga: cv_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_cyclone5_socdk.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts index a202709d603..da134354d18 100644 --- a/arch/arm/dts/socfpga_cyclone5_socdk.dts +++ b/arch/arm/dts/socfpga_cyclone5_socdk.dts @@ -84,8 +84,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"; |
