Skip to content

Commit 1c7e587

Browse files
committed
spi: dt-bindings: microchip-core: Revert "spi: dt-bindings: fix the number of default and maximum CS"
Reverts commit e0a5db8 as the original 1 was correct, and the modification to 2 a result of confusion from the MSS configurator! Signed-off-by: Conor Dooley <[email protected]>
1 parent 858175e commit 1c7e587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ allOf:
5151
then:
5252
properties:
5353
num-cs:
54-
default: 2
54+
default: 1
5555

5656
- if:
5757
properties:
@@ -64,7 +64,7 @@ allOf:
6464
then:
6565
properties:
6666
num-cs:
67-
maximum: 2
67+
maximum: 1
6868

6969
unevaluatedProperties: false
7070

0 commit comments

Comments
 (0)