spi: dw: document Microsemi integration
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 31 Jul 2018 14:38:53 +0000 (16:38 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 31 Jul 2018 14:41:14 +0000 (15:41 +0100)
The integration of the Designware SPI controller on Microsemi SoCs requires
an extra register set to be able to give the IP control of the SPI
interface.

Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt

index 204b311e04001075eb6ed3b03807087cebea12e2..642d3fb1ef851b4f588f24730df23b70c79aa161 100644 (file)
@@ -1,8 +1,10 @@
 Synopsys DesignWare AMBA 2.0 Synchronous Serial Interface.
 
 Required properties:
-- compatible : "snps,dw-apb-ssi"
-- reg : The register base for the controller.
+- compatible : "snps,dw-apb-ssi" or "mscc,<soc>-spi", where soc is "ocelot" or
+  "jaguar2"
+- reg : The register base for the controller. For "mscc,<soc>-spi", a second
+  register set is required (named ICPU_CFG:SPI_MST)
 - interrupts : One interrupt, used by the controller.
 - #address-cells : <1>, as required by generic SPI binding.
 - #size-cells : <0>, also as required by generic SPI binding.