提交 09d7c154 编写于 作者: G Geert Uytterhoeven 提交者: Zheng Zengkai

dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/

stable inclusion
from stable-5.10.21
commit 5c671e4a4c39a1a74274d4da1698e40e570a1883
bugzilla: 50609

--------------------------------

commit f2889889 upstream.

The standard DT property name is "interrupt-names".

Fixes: fd913ef7 ("Bluetooth: btusb: Add out-of-band wakeup support")
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: NRob Herring <robh@kernel.org>
Reviewed-by: NBrian Norris <briannorris@chromium.org>
Acked-by: NRajat Jain <rajatja@google.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 277b3a8f
...@@ -38,7 +38,7 @@ Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt: ...@@ -38,7 +38,7 @@ Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt:
compatible = "usb1286,204e"; compatible = "usb1286,204e";
reg = <1>; reg = <1>;
interrupt-parent = <&gpio0>; interrupt-parent = <&gpio0>;
interrupt-name = "wakeup"; interrupt-names = "wakeup";
interrupts = <3 IRQ_TYPE_LEVEL_LOW>; interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
}; };
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册