Bluetooth: btmrvl: add DT bindings documentation
authorAmitkumar Karwar <akarwar@marvell.com>
Wed, 19 Nov 2014 09:28:32 +0000 (01:28 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 19 Nov 2014 15:22:41 +0000 (16:22 +0100)
commit098ea6bc4cb5890d09b1b79154fa11182e0f71e0
tree0d66eef2ccb830153e2a645e9a8de5ad84519f3e
parent0378b59770130a994272b176a2a4346dc27361e9
Bluetooth: btmrvl: add DT bindings documentation

Calibration data can be downloaded through device tree method. This
patch adds the documentation. Also, instead of searching device tree
node by name using of_find_node_by_name() API, let's use
for_each_compatible_node().

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Documentation/devicetree/bindings/btmrvl.txt [new file with mode: 0644]
drivers/bluetooth/btmrvl_main.c