diff options
author | Chuanhua Han <chuanhua.han@nxp.com> | 2019-08-01 16:31:03 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-08-24 20:33:31 +0200 |
commit | 1e58b6f0cc8fbfb2bc0575aec7a5dea6fc6d01b0 (patch) | |
tree | 1650795da02c39afb47f089198f26cd911d3fb1c /Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | |
parent | d3b682c49e2223f86553c9c10f7fbba073d28703 (diff) |
dt-bindings: fsl: dspi: Add fsl,ls1088a-dspi compatible string
new compatible string: "fsl,ls1088a-dspi".
Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt')
-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 dcc7eaada511..162e024b95a0 100644 --- a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt @@ -6,6 +6,7 @@ Required properties: or "fsl,ls2080a-dspi" followed by "fsl,ls2085a-dspi" "fsl,ls1012a-dspi" followed by "fsl,ls1021a-v1.0-dspi" + "fsl,ls1088a-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. |