[PATCH v3 1/2] dt-bindings: spi: nuvoton,ma35d1-qspi: Allow additional GPIO chip selects
From: Chi-Wen Weng
Date: Mon Aug 03 2026 - 03:54:30 EST
From: Chi-Wen Weng <cwweng@xxxxxxxxxxx>
The MA35D1 QSPI controller provides two native chip selects, but the
generic SPI controller binding defines num-cs as the total number of
native and GPIO-based chip selects.
Remove the maximum value of two from num-cs so that board device trees
can describe additional GPIO chip selects while retaining two as the
default chip-select count.
Signed-off-by: Chi-Wen Weng <cwweng@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/spi/nuvoton,ma35d1-qspi.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/spi/nuvoton,ma35d1-qspi.yaml b/Documentation/devicetree/bindings/spi/nuvoton,ma35d1-qspi.yaml
index 377ccf4fb224..f837367e6d5f 100644
--- a/Documentation/devicetree/bindings/spi/nuvoton,ma35d1-qspi.yaml
+++ b/Documentation/devicetree/bindings/spi/nuvoton,ma35d1-qspi.yaml
@@ -30,7 +30,6 @@ properties:
num-cs:
minimum: 1
- maximum: 2
default: 2
required:
--
2.25.1