Linux SPI subsystem development
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: trivial-devices: Document spi-cpha and spi-cpol
@ 2024-08-30 17:18 Fabio Estevam
  2024-08-31  6:23 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2024-08-30 17:18 UTC (permalink / raw)
  To: broonie
  Cc: linux-spi, otavio.salvador, heiko, robh, krzk+dt, conor+dt,
	devicetree, linux-arm-kernel, Fabio Estevam

There may be cases where a trivial-device needs to describe
the SPI clock polarity and phase via spi-cpol and spi-cpha
properties.

Document these properties to fix the following dt-schema warnings:

rv1108-elgin-r1.dtb: display@0: 'spi-cpha', 'spi-cpol' do not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Changes since v1:
- Add spi-cpha and spi-cpol to trivial-devices.yaml. (Conor)

 Documentation/devicetree/bindings/trivial-devices.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 75a5fad08c44..f7c11eb6e5fd 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -24,6 +24,10 @@ properties:
   interrupts:
     maxItems: 1
 
+  spi-cpha: true
+
+  spi-cpol: true
+
   spi-max-frequency: true
 
   compatible:
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-10 15:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 17:18 [PATCH v2] dt-bindings: trivial-devices: Document spi-cpha and spi-cpol Fabio Estevam
2024-08-31  6:23 ` Krzysztof Kozlowski
2024-08-31 19:58   ` Fabio Estevam
2024-09-01 10:24     ` Krzysztof Kozlowski
2024-09-10 15:02       ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox