diff options
author | 2021-05-28 11:36:57 +0530 | |
---|---|---|
committer | 2021-05-31 14:15:57 +0800 | |
commit | 3496993d06ffc77dff596bfbed966621e999b2e1 (patch) | |
tree | fa72351f667a71254580c4a463bd164a5db12ca7 | |
parent | usb: cdnsp: Useless condition has been removed (diff) | |
download | wireguard-linux-3496993d06ffc77dff596bfbed966621e999b2e1.tar.xz wireguard-linux-3496993d06ffc77dff596bfbed966621e999b2e1.zip |
doc: dt-binding: cdns,usb3: Add interrupt-names property under required
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>
Link: https://lore.kernel.org/r/20210528060657.29100-1-a-govindraju@ti.com
Signed-off-by: Peter Chen <peter.chen@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/usb/cdns,usb3.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |