dt: spi: Add Renesas RZ/N1 binding documentation
authorPhil Edworthy <phil.edworthy@renesas.com>
Wed, 18 Sep 2019 08:04:33 +0000 (09:04 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 1 Oct 2019 11:32:34 +0000 (12:32 +0100)
commitda182a61fce01dbd7c4a78c68a34af110f00e36f
tree89a12b345dd2324831556afe9ea42b24d3966110
parent9c12e34a3be127454b26054043c3b302bca08fdc
dt: spi: Add Renesas RZ/N1 binding documentation

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 functionality is not very useful and also not needed as
Linux can use gpios for the CS signals.

Add a compatible string to handle any unforeseen issues that may arise, and
pave the way for DMA support.

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-2-git-send-email-gareth.williams.jx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/renesas,rzn1-spi.txt [new file with mode: 0644]