]> Git Repo - linux.git/commitdiff
doc: dt-binding: cdns,usb3: Add interrupt-names property under required
authorAswath Govindraju <[email protected]>
Fri, 28 May 2021 06:06:57 +0000 (11:36 +0530)
committerPeter Chen <[email protected]>
Mon, 31 May 2021 06:15:57 +0000 (14:15 +0800)
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Peter Chen <[email protected]>
Documentation/devicetree/bindings/usb/cdns,usb3.yaml

index a407e1143cf4251bb3373b0bda35f81593fbe189..f791635897dc0e82d5b6a032bcb5b0d4fdd3bb08 100644 (file)
@@ -75,6 +75,7 @@ required:
   - reg
   - reg-names
   - interrupts
+  - interrupt-names
 
 additionalProperties: false
 
This page took 0.0622 seconds and 4 git commands to generate.