]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41c44ff15d346f9cc19542ebb09fd24fa1d1afc0
tree4651777fb20ab06fb8ff2807e953fd288b38a390
parentb64be2e6fe91164db0ac15a7f32143781c109a70
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