diff options
author | Yuan Yao <yao.yuan@freescale.com> | 2016-03-09 18:22:05 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-13 10:22:08 +0800 |
commit | 6f1060e338c2cbaf8df7e5a8609f43dfe497954b (patch) | |
tree | 1f2963d45369380f5c56442e8125b2c453927ed8 | |
parent | 730628f00c906cb5a1ba44352bd8095295c74029 (diff) | |
download | linux-6f1060e338c2cbaf8df7e5a8609f43dfe497954b.tar.gz linux-6f1060e338c2cbaf8df7e5a8609f43dfe497954b.tar.bz2 linux-6f1060e338c2cbaf8df7e5a8609f43dfe497954b.zip |
Documentation: fsl: dspi: Add fsl,ls2080a-dspi compatible string
new compatible string: "fsl,ls2080a-dspi".
Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt index fa77f874e321..1ad0fe310ff9 100644 --- a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt @@ -1,7 +1,10 @@ ARM Freescale DSPI controller Required properties: -- compatible : "fsl,vf610-dspi", "fsl,ls1021a-v1.0-dspi", "fsl,ls2085a-dspi" +- compatible : "fsl,vf610-dspi", "fsl,ls1021a-v1.0-dspi", + "fsl,ls2085a-dspi" + or + "fsl,ls2080a-dspi" followed by "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. |