Skip to content

Commit 094b147

Browse files
committed
spi: dt-bindings: xilinx: Drop type reference on *-bits properties
Properties with standard unit suffixes such as '-bits' don't need a type. Cc: Mark Brown <[email protected]> Cc: Michal Simek <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Rob Herring <[email protected]> Acked-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 9756712 commit 094b147

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Documentation/devicetree/bindings/spi/spi-xilinx.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ properties:
2727

2828
xlnx,num-ss-bits:
2929
description: Number of chip selects used.
30-
$ref: /schemas/types.yaml#/definitions/uint32
3130
minimum: 1
3231
maximum: 32
3332

3433
xlnx,num-transfer-bits:
3534
description: Number of bits per transfer. This will be 8 if not specified.
36-
$ref: /schemas/types.yaml#/definitions/uint32
3735
enum: [8, 16, 32]
3836
default: 8
3937

0 commit comments

Comments
 (0)