treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / net / marvell-bluetooth.txt
blob0e2842296032f9335e056443cabf231b02a90967
1 Marvell Bluetooth Chips
2 -----------------------
4 This documents the binding structure and common properties for serial
5 attached Marvell Bluetooth devices. The following chips are included in
6 this binding:
8 * Marvell 88W8897 Bluetooth devices
10 Required properties:
11  - compatible: should be:
12     "mrvl,88w8897"
14 Optional properties:
15 None so far
17 Example:
19 &serial0 {
20         compatible = "ns16550a";
21         ...
22         bluetooth {
23                 compatible = "mrvl,88w8897";
24         };