summaryrefslogtreecommitdiff
path: root/Bindings/spi/spi-controller.yaml
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-02-28 15:14:48 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-02-28 15:14:48 +0000
commit995ee34fd27211af598f9adf111cb49609d1b3de (patch)
tree26bf77523200f7648333ede47840b29088cf66eb /Bindings/spi/spi-controller.yaml
parentc3f1cfc76c9a579767282ac81d2be1cfb20aea92 (diff)
DTS: Update the device-tree files to Linux 5.5vendor/device-tree/5.5
Notes
svn path=/vendor/device-tree/dist/; revision=358428 svn path=/vendor/device-tree/5.5/; revision=358429; tag=vendor/device-tree/5.5
Diffstat (limited to 'Bindings/spi/spi-controller.yaml')
-rw-r--r--Bindings/spi/spi-controller.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bindings/spi/spi-controller.yaml b/Bindings/spi/spi-controller.yaml
index 732339275848..1e0ca6ccf64b 100644
--- a/Bindings/spi/spi-controller.yaml
+++ b/Bindings/spi/spi-controller.yaml
@@ -111,7 +111,7 @@ patternProperties:
spi-rx-bus-width:
allOf:
- $ref: /schemas/types.yaml#/definitions/uint32
- - enum: [ 1, 2, 4 ]
+ - enum: [ 1, 2, 4, 8 ]
- default: 1
description:
Bus width to the SPI bus used for MISO.
@@ -123,7 +123,7 @@ patternProperties:
spi-tx-bus-width:
allOf:
- $ref: /schemas/types.yaml#/definitions/uint32
- - enum: [ 1, 2, 4 ]
+ - enum: [ 1, 2, 4, 8 ]
- default: 1
description:
Bus width to the SPI bus used for MOSI.