diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-08-23 13:09:37 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-23 13:05:00 +0100 |
commit | 52069b2a869ebdcaedf829730730c5998d56b910 (patch) | |
tree | 8c30b46ec496ad02031696a5b1136093e5a5f683 /Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | |
parent | 1d895be13af0d962bef67ba0ceaefbdc6954fe67 (diff) |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml index 37c3c272407d..d33b72fabc5d 100644 --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml @@ -104,7 +104,6 @@ properties: const: spi reg-io-width: - $ref: /schemas/types.yaml#/definitions/uint32 description: I/O register width (in bytes) implemented by this device default: 4 enum: [ 2, 4 ] |