diff options
author | 2022-12-09 17:18:35 +0000 | |
---|---|---|
committer | 2023-01-17 17:18:51 +0100 | |
commit | bf58a687db232e738105244e34a85d21f5e2598d (patch) | |
tree | f73331326651c885d5871525b8a0c7760bcc595f | |
parent | Merge 6.2-rc3 into usb-next (diff) | |
download | wireguard-linux-bf58a687db232e738105244e34a85d21f5e2598d.tar.xz wireguard-linux-bf58a687db232e738105244e34a85d21f5e2598d.zip |
dt-bindings: usb: ti,hd3ss3220: Update interrupt property as optional
On some platforms(for eg: RZ/V2M EVK), interrupt is not populated. Update
the binding to make interrupt property as optional.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20221209171836.71610-2-biju.das.jz@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml index b86bf6bc9cd6..a1cffb70c621 100644 --- a/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml +++ b/Documentation/devicetree/bindings/usb/ti,hd3ss3220.yaml @@ -46,7 +46,6 @@ properties: required: - compatible - reg - - interrupts additionalProperties: false |