[RFC PATCH v2 01/12] spi: dt-bindings: add spi-has-dqs property
Santhosh Kumar K
s-k6 at ti.com
Tue Jan 13 06:16:06 PST 2026
Add the optional 'spi-has-dqs' boolean property for SPI flash device
subnodes. This property indicates the flash device supports DQS (Data
Strobe) mode, which provides improved timing margins for data capture
in high-speed SPI operations.
Signed-off-by: Santhosh Kumar K <s-k6 at ti.com>
---
.../devicetree/bindings/spi/spi-peripheral-props.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
index 8b6e8fc009db..c6f330fd32aa 100644
--- a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
@@ -89,6 +89,12 @@ properties:
description:
Delay, in microseconds, after a write transfer.
+ spi-has-dqs:
+ description:
+ Indicates the SPI flash device supports DQS (Data Strobe) mode for
+ improved data capture timing.
+ $ref: /schemas/types.yaml#/definitions/flag
+
stacked-memories:
description: Several SPI memories can be wired in stacked mode.
This basically means that either a device features several chip
--
2.34.1
More information about the linux-mtd
mailing list