dt-bindings: trivial-devices: Allow 'spi-max-frequency' property
Trivial SPI devices can also specify 'spi-max-frequency' properties, so allow it in the trivial devices schema. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20210316194939.3529018-1-robh@kernel.org
This commit is contained in:
parent
65aa1ed5a6
commit
383f05515b
|
@ -23,6 +23,9 @@ properties:
|
|||
maxItems: 1
|
||||
interrupts:
|
||||
maxItems: 1
|
||||
|
||||
spi-max-frequency: true
|
||||
|
||||
compatible:
|
||||
items:
|
||||
- enum:
|
||||
|
|
Loading…
Reference in New Issue