summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-rspi.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven2014-08-28 10:10:19 +0200
committerMark Brown2014-08-28 16:33:17 +0200
commit6089af775a4b4ea5237648de650dda548cb841c2 (patch)
tree3870dabe191be3d1b1c4b30e8a885ea3f09eec12 /drivers/spi/spi-rspi.c
parentspi: rspi: Add DT support to DMA setup (diff)
downloadkernel-qcow2-linux-6089af775a4b4ea5237648de650dda548cb841c2.tar.gz
kernel-qcow2-linux-6089af775a4b4ea5237648de650dda548cb841c2.tar.xz
kernel-qcow2-linux-6089af775a4b4ea5237648de650dda548cb841c2.zip
spi: rspi: Add support for new R-Car Gen2 SoCs
Add support for QSPI in: - r8a7792 (R-Car V2H) - r8a7793 (R-Car M2-N) - r8a7794 (R-Car E2) r8a7791 is now called "R-Car M2-W". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/spi-rspi.c')
-rw-r--r--drivers/spi/spi-rspi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-rspi.c b/drivers/spi/spi-rspi.c
index 1da609e4491d..54bb0faec155 100644
--- a/drivers/spi/spi-rspi.c
+++ b/drivers/spi/spi-rspi.c
@@ -87,7 +87,7 @@
/* RSPI on SH only */
#define SPCR_TXMD 0x02 /* TX Only Mode (vs. Full Duplex) */
#define SPCR_SPMS 0x01 /* 3-wire Mode (vs. 4-wire) */
-/* QSPI on R-Car M2 only */
+/* QSPI on R-Car Gen2 only */
#define SPCR_WSWAP 0x02 /* Word Swap of read-data for DMAC */
#define SPCR_BSWAP 0x01 /* Byte Swap of read-data for DMAC */