diff options
author | Haikun Wang <haikun.wang@freescale.com> | 2015-06-15 19:49:01 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-15 14:20:39 +0100 |
commit | 812d6f6345d88632c11aeb602ef26f4616dabfa0 (patch) | |
tree | a61ce45ed5a265c66e97896132026925cb11f3c6 /Documentation | |
parent | 432a17d77a77009736f4dce84d3386398665fd29 (diff) | |
download | linux-812d6f6345d88632c11aeb602ef26f4616dabfa0.tar.gz linux-812d6f6345d88632c11aeb602ef26f4616dabfa0.tar.bz2 linux-812d6f6345d88632c11aeb602ef26f4616dabfa0.zip |
spi: spi-fsl-dspi: Update DT binding documentation
DSPI driver has been updated and support more compatible strings.
This patch update the DT binding documentation.
Signed-off-by: Haikun Wang <haikun.wang@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt index 70af78a9185e..fa77f874e321 100644 --- a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt @@ -1,7 +1,7 @@ ARM Freescale DSPI controller Required properties: -- compatible : "fsl,vf610-dspi" +- compatible : "fsl,vf610-dspi", "fsl,ls1021a-v1.0-dspi", "fsl,ls2085a-dspi" - reg : Offset and length of the register set for the device - interrupts : Should contain SPI controller interrupt - clocks: from common clock binding: handle to dspi clock. |