summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/net/btusb.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/net/btusb.txt')
-rw-r--r--dts/Bindings/net/btusb.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/dts/Bindings/net/btusb.txt b/dts/Bindings/net/btusb.txt
index b1ad6ee68e..f546b1f7dd 100644
--- a/dts/Bindings/net/btusb.txt
+++ b/dts/Bindings/net/btusb.txt
@@ -4,7 +4,7 @@ Generic Bluetooth controller over USB (btusb driver)
Required properties:
- compatible : should comply with the format "usbVID,PID" specified in
- Documentation/devicetree/bindings/usb/usb-device.txt
+ Documentation/devicetree/bindings/usb/usb-device.yaml
At the time of writing, the only OF supported devices
(more may be added later) are:
@@ -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>;
};
};