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 <broonie@kernel.org> Cc: Michal Simek <michal.simek@xilinx.com> Cc: linux-spi@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20210910165945.2852999-1-robh@kernel.org
1 parent 9756712 commit 094b147

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)