Skip to content

Commit 1d24636

Browse files
robherringbroonie
authored andcommitted
spi: dt-bindings: snps,dw-abp-ssi: Allow up to 16 chip-selects
At least the Microchip Sparx5 supports up to 16 chip-selects, so increase the maximum. The pattern for the child unit-address was unconstrained, so update it to match the maximum number of chip-selects. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20251215230323.3634112-1-robh@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 1417927 commit 1d24636

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ properties:
121121
num-cs:
122122
default: 4
123123
minimum: 1
124-
maximum: 4
124+
maximum: 16
125125

126126
dmas:
127127
items:
@@ -153,14 +153,14 @@ properties:
153153
provides an interface to override the native DWC SSI CS control.
154154

155155
patternProperties:
156-
"@[0-9a-f]+$":
156+
"@[0-9a-f]$":
157157
type: object
158158
additionalProperties: true
159159

160160
properties:
161161
reg:
162162
minimum: 0
163-
maximum: 3
163+
maximum: 0xf
164164

165165
unevaluatedProperties: false
166166

0 commit comments

Comments
 (0)