summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorClark Wang <xiaoning.wang@nxp.com>2020-07-27 11:15:13 +0800
committerMark Brown <broonie@kernel.org>2020-07-29 14:51:13 +0100
commit7ac9bbf6ab3085c2be21c90faf111930b8bdb5b2 (patch)
treee91a5f4155e631fc8cbfb36cbdb9bf55ed6fc890 /Documentation
parent4294e4accf8d695ea5605f6b189008b692e3e82c (diff)
dt-bindings: lpspi: New property in document DT bindings for LPSPI
Add "fsl,spi-only-use-cs1-sel" to fit i.MX8DXL-EVK. Spi common code does not support use of CS signals discontinuously. It only uses CS1 without using CS0. So, add this property to re-config chipselect value. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com> Link: https://lore.kernel.org/r/20200727031513.31774-1-xiaoning.wang@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
index 143b94a1883a..22882e769e26 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
@@ -34,6 +34,12 @@ properties:
- const: per
- const: ipg
+ fsl,spi-only-use-cs1-sel:
+ description:
+ spi common code does not support use of CS signals discontinuously.
+ i.MX8DXL-EVK board only uses CS1 without using CS0. Therefore, add
+ this property to re-config the chipselect value in the LPSPI driver.
+
required:
- compatible
- reg
@@ -57,4 +63,5 @@ examples:
<&clks IMX7ULP_CLK_DUMMY>;
clock-names = "per", "ipg";
spi-slave;
+ fsl,spi-only-use-cs1-sel;
};