diff options
| author | Stefan Roese <[email protected]> | 2014-11-07 13:50:33 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2014-12-06 13:52:47 +0100 |
| commit | 369164042eb80cae88e141866ebba407b00ad2a5 (patch) | |
| tree | ace6ddb16fabbe3a24a34cc72b5e1aba46d27af1 | |
| parent | ae79e2d2982afabd43c2121fe1c40460547a5347 (diff) | |
arm: socfpga: dts: socrates: Add spi1/2 aliases needed DM SPI probing
Without this alias, DM based probing does not work. So lets add this
alias to get the bus numbering correct for the Designware SPI
controllers.
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]>
Acked-by: Pavel Machek <[email protected]>
| -rw-r--r-- | arch/arm/dts/socfpga_cyclone5_socrates.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts b/arch/arm/dts/socfpga_cyclone5_socrates.dts index 7e2a565a783..ea30483e52f 100644 --- a/arch/arm/dts/socfpga_cyclone5_socrates.dts +++ b/arch/arm/dts/socfpga_cyclone5_socrates.dts @@ -16,6 +16,8 @@ aliases { spi0 = "/spi@ff705000"; /* QSPI */ + spi1 = "/spi@fff00000"; + spi2 = "/spi@fff01000"; }; memory { |
