[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210316194939.3529018-1-robh@kernel.org>
Date: Tue, 16 Mar 2021 13:49:39 -0600
From: Rob Herring <robh@...nel.org>
To: devicetree@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...nel.org>
---
Documentation/devicetree/bindings/trivial-devices.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index a327130d1faa..c751326a593d 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -23,6 +23,9 @@ properties:
maxItems: 1
interrupts:
maxItems: 1
+
+ spi-max-frequency: true
+
compatible:
items:
- enum:
--
2.27.0
Powered by blists - more mailing lists