diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-04-14 19:36:00 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-15 08:12:18 +0900 |
commit | 9909d2cb41a9c752cbbef5d9fb57d80a7196e951 (patch) | |
tree | b94a82203d3858d6de83234e8e723be574c64e60 /arch/arm/boot/dts/r8a7790-lager.dts | |
parent | ed56083acfe7c872318b8321c7d0e25a6b520371 (diff) | |
download | lwn-9909d2cb41a9c752cbbef5d9fb57d80a7196e951.tar.gz lwn-9909d2cb41a9c752cbbef5d9fb57d80a7196e951.zip |
ARM: shmobile: lager dts: Enable Quad SPI transfers for the SPI FLASH
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790-lager.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 265cba1d53dc..d350d7c6e9f5 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -243,6 +243,8 @@ compatible = "spansion,s25fl512s"; reg = <0>; spi-max-frequency = <30000000>; + spi-tx-bus-width = <4>; + spi-rx-bus-width = <4>; m25p,fast-read; partition@0 { |