All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: dt-binding: cdns,usb3: Add interrupt-names property under required
@ 2021-05-28  6:06 Aswath Govindraju
  0 siblings, 0 replies; only message in thread
From: Aswath Govindraju @ 2021-05-28  6:06 UTC (permalink / raw)
  Cc: Lokesh Vutla, Vignesh Raghavendra, Kishon Vijay Abraham I,
	Aswath Govindraju, Peter Chen, Pawel Laszczak, Roger Quadros,
	Greg Kroah-Hartman, Rob Herring, Felipe Balbi, linux-usb,
	devicetree, linux-kernel

In the driver the interrupts are fetched by name. Therefore, add
interrupt names in the list of required properties

Fixes: 68989fe1c39d ("dt-bindings: usb: Convert cdns-usb3.txt to YAML schema")
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---
 Documentation/devicetree/bindings/usb/cdns,usb3.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml
index a407e1143cf4..f791635897dc 100644
--- a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml
+++ b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml
@@ -75,6 +75,7 @@ required:
   - reg
   - reg-names
   - interrupts
+  - interrupt-names
 
 additionalProperties: false
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-28  6:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28  6:06 [PATCH] doc: dt-binding: cdns,usb3: Add interrupt-names property under required Aswath Govindraju

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.