OSDN Git Service

spi: dw: Add compatible string for Renesas RZ/N1 SPI Controller
authorPhil Edworthy <phil.edworthy@renesas.com>
Wed, 18 Sep 2019 08:04:36 +0000 (09:04 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 1 Oct 2019 11:33:19 +0000 (12:33 +0100)
commit3ade3a37bdd77319dd7865228402cf1669c9b678
tree4651777fb20ab06fb8ff2807e953fd288b38a390
parent1e695983251029dc0b0fc516290077539df400ff
spi: dw: Add compatible string for Renesas RZ/N1 SPI Controller

The Renesas RZ/N1 SPI Controller is based on the Synopsys DW SSI, but has
additional registers for software CS control and DMA. This patch does not
address the changes required for DMA support, it simply adds the compatible
string. The CS registers are not needed as Linux can use gpios for the CS
signals.

Signed-off-by: Gareth Williams <gareth.williams.jx@renesas.com>
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Link: https://lore.kernel.org/r/1568793876-9009-5-git-send-email-gareth.williams.jx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw-mmio.c