diff options
| author | Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> | 2014-12-08 19:37:12 -0500 |
|---|---|---|
| committer | Simon Horman <horms+renesas@verge.net.au> | 2014-12-21 02:57:18 -0500 |
| commit | 9c5becce21af35e59c7313d3603af1d620fffd05 (patch) | |
| tree | f2c1579ad4795c5a85df09f0c23d3eab7bd51c05 | |
| parent | 22a9b44fc17e83417fa890123a33164ea37fc10c (diff) | |
ARM: shmobile: koelsch: Fix QSPI mode of SPI-Flash into mode3
In order to change into mode3, CPOL and CPHA bit of SPCMD register
of QSPI is changed. Mode3 can avoid intermediate voltage.
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
[horms: Updated changelog and re-ordered properties]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
| -rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 1e5f8d2b74b9..691e4c635564 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts | |||
| @@ -444,6 +444,8 @@ | |||
| 444 | spi-max-frequency = <30000000>; | 444 | spi-max-frequency = <30000000>; |
| 445 | spi-tx-bus-width = <4>; | 445 | spi-tx-bus-width = <4>; |
| 446 | spi-rx-bus-width = <4>; | 446 | spi-rx-bus-width = <4>; |
| 447 | spi-cpha; | ||
| 448 | spi-cpol; | ||
| 447 | m25p,fast-read; | 449 | m25p,fast-read; |
| 448 | 450 | ||
| 449 | partition@0 { | 451 | partition@0 { |
