From: Dirk Eibach <eibach@gdsys.de>
To: linux-kernel@vger.kernel.org
Cc: linux-doc@vger.kernel.org, rdunlap@xenotime.net,
devicetree-discuss@lists.ozlabs.org, w.sang@pengutronix.de,
khali@linux-fr.org, Dirk Eibach <eibach@gdsys.de>
Subject: [PATCH] hwmon: (ads1015) Add devicetree documentation
Date: Thu, 3 Mar 2011 10:16:45 +0100 [thread overview]
Message-ID: <1299143805-13133-1-git-send-email-eibach@gdsys.de> (raw)
Signed-off-by: Dirk Eibach <eibach@gdsys.de>
---
Documentation/devicetree/bindings/i2c/ads1015.txt | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 Documentation/devicetree/bindings/i2c/ads1015.txt
diff --git a/Documentation/devicetree/bindings/i2c/ads1015.txt b/Documentation/devicetree/bindings/i2c/ads1015.txt
new file mode 100644
index 0000000..3a7d67a
--- /dev/null
+++ b/Documentation/devicetree/bindings/i2c/ads1015.txt
@@ -0,0 +1,15 @@
+ADS1015 (I2C)
+
+Optional properties:
+
+ - exported-channels : exported_channels is a bitmask that specifies which
+ inputs should be exported to sysfs.
+
+Example:
+ads1015@49 {
+ compatible = "ti,ads1015";
+ reg = <0x49>;
+ exported-channels = <0x14>;
+};
+
+In this example only in2_input and in4_input would be created.
--
1.5.6.5
next reply other threads:[~2011-03-03 9:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-03 9:16 Dirk Eibach [this message]
2011-03-03 11:51 ` [PATCH] hwmon: (ads1015) Add devicetree documentation Wolfram Sang
2011-03-03 12:20 ` Jean Delvare
[not found] ` <20110303132025.51e0d92e-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org>
2011-03-03 13:25 ` Wolfram Sang
2011-03-03 17:26 ` Grant Likely
2011-03-03 22:02 ` Jean Delvare
2011-03-03 22:09 ` Grant Likely
[not found] ` <AANLkTikXzJEAYg7+5ekMzTj_V-Hs63Psgru4Vc_QGhRy-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-03-17 10:25 ` Jean Delvare
2011-03-17 16:46 ` Grant Likely
2011-03-03 17:01 ` Grant Likely
2011-03-03 12:32 ` [PATCH v3] " Dirk Eibach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1299143805-13133-1-git-send-email-eibach@gdsys.de \
--to=eibach@gdsys.de \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=khali@linux-fr.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@xenotime.net \
--cc=w.sang@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox