public inbox for linux-spi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2 v2] devicetree: spi: add spi-mosi-idle-low property support
@ 2026-03-29 12:58 charles-antoine.couret
  2026-03-29 14:32 ` Marcelo Schmitt
  2026-03-30  7:16 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 5+ messages in thread
From: charles-antoine.couret @ 2026-03-29 12:58 UTC (permalink / raw)
  To: broonie, robh, krzk+dt, conor+dt
  Cc: linux-spi, devicetree, linux-kernel, Charles-Antoine Couret

From: Charles-Antoine Couret <charles-antoine.couret@mind.be>

This flag means that device requires the MOSI line to be low
when it's in idle state.

Signed-off-by: Charles-Antoine Couret <charles-antoine.couret@mind.be>
---
 Documentation/devicetree/bindings/spi/spi-controller.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-controller.yaml b/Documentation/devicetree/bindings/spi/spi-controller.yaml
index 3b8e990e30c4..5f5b143cb27b 100644
--- a/Documentation/devicetree/bindings/spi/spi-controller.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-controller.yaml
@@ -132,6 +132,11 @@ patternProperties:
         description:
           The device requires inverse clock polarity (CPOL) mode.
 
+      spi-mosi-idle-low:
+        $ref: /schemas/types.yaml#/definitions/flag
+        description:
+          The device requires the MOSI line to be low when it's in idle state.
+
     required:
       - compatible
       - reg
-- 
2.53.0


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

end of thread, other threads:[~2026-03-30 14:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-29 12:58 [PATCH 2/2 v2] devicetree: spi: add spi-mosi-idle-low property support charles-antoine.couret
2026-03-29 14:32 ` Marcelo Schmitt
2026-03-29 15:19   ` Krzysztof Kozlowski
2026-03-30  7:16 ` Krzysztof Kozlowski
2026-03-30 14:41   ` Mark Brown

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