[PATCH v3 2/9] dt-bindings: spi: fsl-qspi: add optional resets
Alex Elder
elder at riscstar.com
Fri Oct 24 12:15:42 PDT 2025
Allow two resets to be defined to support the SpacemiT K1 SoC QSPI IP.
Acked-by: Conor Dooley <conor.dooley at microchip.com>
Signed-off-by: Alex Elder <elder at riscstar.com>
---
v3: - The reset property conditional is now under allOf
.../devicetree/bindings/spi/fsl,spi-fsl-qspi.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/Documentation/devicetree/bindings/spi/fsl,spi-fsl-qspi.yaml b/Documentation/devicetree/bindings/spi/fsl,spi-fsl-qspi.yaml
index 5e6aff1bc2ed3..46e5db25fb107 100644
--- a/Documentation/devicetree/bindings/spi/fsl,spi-fsl-qspi.yaml
+++ b/Documentation/devicetree/bindings/spi/fsl,spi-fsl-qspi.yaml
@@ -11,6 +11,15 @@ maintainers:
allOf:
- $ref: spi-controller.yaml#
+ - if:
+ properties:
+ compatible:
+ not:
+ contains:
+ const: spacemit,k1-qspi
+ then:
+ properties:
+ resets: false
properties:
compatible:
@@ -55,6 +64,11 @@ properties:
- const: qspi_en
- const: qspi
+ resets:
+ items:
+ - description: SoC QSPI reset
+ - description: SoC QSPI bus reset
+
required:
- compatible
- reg
--
2.48.1
More information about the linux-riscv
mailing list