OSDN Git Service

dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 14 Jan 2021 13:13:33 +0000 (14:13 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 25 Jan 2021 18:21:43 +0000 (19:21 +0100)
The standard DT property name is "interrupt-names".

Fixes: fd913ef7ce619467 ("Bluetooth: btusb: Add out-of-band wakeup support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Acked-by: Rajat Jain <rajatja@google.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Documentation/devicetree/bindings/net/btusb.txt

index b1ad6ee..c51dd99 100644 (file)
@@ -38,7 +38,7 @@ Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt:
        compatible = "usb1286,204e";
        reg = <1>;
        interrupt-parent = <&gpio0>;
-       interrupt-name = "wakeup";
+       interrupt-names = "wakeup";
        interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
     };
 };