All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: clk: vc5: Add property for SD polarity
@ 2021-06-07 15:49 Sean Anderson
  2021-06-07 15:49 ` [PATCH 2/2] clk: vc5: Add property to set SD/OE pin polarity Sean Anderson
  2021-06-10  9:05 ` [PATCH 1/2] dt-bindings: clk: vc5: Add property for SD polarity Luca Ceresoli
  0 siblings, 2 replies; 5+ messages in thread
From: Sean Anderson @ 2021-06-07 15:49 UTC (permalink / raw)
  To: linux-clk, Luca Ceresoli
  Cc: Adam Ford, Stephen Boyd, Michael Turquette, Sean Anderson,
	Rob Herring, devicetree

This property allows setting the SD/OE pin's polarity to active-high,
instead of the default of active-low.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
---

 Documentation/devicetree/bindings/clock/idt,versaclock5.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
index 28675b0b80f1..e6406c0db624 100644
--- a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
+++ b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
@@ -64,6 +64,10 @@ properties:
     maximum: 22760
     description: Optional load capacitor for XTAL1 and XTAL2
 
+  idt,sd-active-high:
+    $ref: /schemas/types.yaml#/definitions/flag
+    description: SD/OE pin polarity is active-high
+
 patternProperties:
   "^OUT[1-4]$":
     type: object
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-11  7:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 15:49 [PATCH 1/2] dt-bindings: clk: vc5: Add property for SD polarity Sean Anderson
2021-06-07 15:49 ` [PATCH 2/2] clk: vc5: Add property to set SD/OE pin polarity Sean Anderson
2021-06-10  9:05 ` [PATCH 1/2] dt-bindings: clk: vc5: Add property for SD polarity Luca Ceresoli
2021-06-10 15:43   ` Sean Anderson
2021-06-11  7:54     ` Luca Ceresoli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.