Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: dt-bindings: snps,dw-apb-ssi: drop ref from reg-io-width

reg-io-width is a standard property, so no need for defining its type

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220823100937.386880-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
52069b2a 1d895be1

-1
-1
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
··· 104 104 const: spi 105 105 106 106 reg-io-width: 107 - $ref: /schemas/types.yaml#/definitions/uint32 108 107 description: I/O register width (in bytes) implemented by this device 109 108 default: 4 110 109 enum: [ 2, 4 ]