diff options
author | Yuan Yao <yao.yuan@nxp.com> | 2017-08-30 12:12:37 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-09-20 16:08:09 +0200 |
commit | 8c5b3b328b3c43bc2453c5ffa9cfdaba68c0feba (patch) | |
tree | 64d60b01c2249393b4c6e3721fe7ae0707b0d010 /Documentation/devicetree/bindings/spi | |
parent | arm64: dts: ls1012a: add the DTS node for DSPI support (diff) | |
download | linux-8c5b3b328b3c43bc2453c5ffa9cfdaba68c0feba.tar.xz linux-8c5b3b328b3c43bc2453c5ffa9cfdaba68c0feba.zip |
dt-bindings: spi: Add fsl,ls1012a-dspi compatible string
new compatible string: "fsl,ls1012a-dspi".
Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt index 13b1fcc8469e..dcc7eaada511 100644 --- a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt @@ -5,6 +5,7 @@ Required properties: "fsl,ls2085a-dspi" or "fsl,ls2080a-dspi" followed by "fsl,ls2085a-dspi" + "fsl,ls1012a-dspi" followed by "fsl,ls1021a-v1.0-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. |