Skip to content

Commit 0454357

Browse files
geertubroonie
authored andcommitted
dt-bindings: lpspi: Add missing boolean type for fsl,spi-only-use-cs1-sel
When running "make dt_binding_check" (even if restricted to an unrelated binding document using DT_SCHEMA_FILES=...): Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml: ignoring, error in schema: properties: fsl,spi-only-use-cs1-sel warning: no schema found in file: Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml Fix this by adding a proper type definition for the vendor-specific fsl,spi-only-use-cs1-sel property. Fixes: 7ac9bbf ("dt-bindings: lpspi: New property in document DT bindings for LPSPI") Suggested-by: Rob Herring <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent ae1ba50 commit 0454357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ properties:
3939
spi common code does not support use of CS signals discontinuously.
4040
i.MX8DXL-EVK board only uses CS1 without using CS0. Therefore, add
4141
this property to re-config the chipselect value in the LPSPI driver.
42+
type: boolean
4243

4344
required:
4445
- compatible

0 commit comments

Comments
 (0)