[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1430106433-7132-1-git-send-email-gigi.joseph@ti.com>
Date: Mon, 27 Apr 2015 03:47:13 +0000
From: Gigi Joseph <gigi.joseph@...il.com>
To: devicetree@...r.kernel.org
Cc: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
linux-kernel@...r.kernel.org, Gigi Joseph <gigi.joseph@...com>
Subject: [PATCH 1/1] Documentation: Add dt-binding for TI-btwilink driver
btwilink binds bluetooth hci0 interface with the shared transport driver
Signed-off-by: Gigi Joseph <gigi.joseph@...com>
---
Documentation/devicetree/bindings/btwilink.txt | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 Documentation/devicetree/bindings/btwilink.txt
diff --git a/Documentation/devicetree/bindings/btwilink.txt b/Documentation/devicetree/bindings/btwilink.txt
new file mode 100644
index 0000000..d286aea
--- /dev/null
+++ b/Documentation/devicetree/bindings/btwilink.txt
@@ -0,0 +1,15 @@
+btwilink
+--------
+
+Required properties:
+
+ - compatible : must be "ti,btwilink"
+
+Example:
+
+Enable the btwilink driver to bind the bluetooth hci0 interface with
+ti-st shared transport driver
+
+btwilink {
+ compatible = "ti,btwilink";
+};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists