diff options
| author | Stefan Roese <[email protected]> | 2014-11-07 12:37:51 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2014-12-06 13:52:46 +0100 |
| commit | 60896653d5b4baa097b29295dd3f860addfd11bb (patch) | |
| tree | 3209709f03d2d3a800ae1bc4082270cb4b75860b | |
| parent | 881f6a448fc0005157f85bfc7c4a1d2e26bef90d (diff) | |
arm: socfpga: dts: Add spi0 alias for Cadence QSPI driver
Without this alias, DM based probing does not work. So lets add this
alias to get the bus numbering correct.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Vince Bridgers <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Pavel Machek <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Jagannadha Sutradharudu Teki <[email protected]>
| -rw-r--r-- | arch/arm/dts/socfpga_cyclone5_socrates.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts b/arch/arm/dts/socfpga_cyclone5_socrates.dts index 00b1830485a..7e2a565a783 100644 --- a/arch/arm/dts/socfpga_cyclone5_socrates.dts +++ b/arch/arm/dts/socfpga_cyclone5_socrates.dts @@ -14,6 +14,10 @@ bootargs = "console=ttyS0,115200"; }; + aliases { + spi0 = "/spi@ff705000"; /* QSPI */ + }; + memory { name = "memory"; device_type = "memory"; |
