From: Paul Cercueil <paul.cercueil-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org>
To: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Michael Hennerich
<Michael.Hennerich-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org>,
Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>,
Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>,
Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Paul Cercueil
<paul.cercueil-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org>
Subject: [PATCH 1/3] Documentation: ad5064: Added devicetree bindings documentation
Date: Fri, 2 Oct 2015 14:41:40 +0200 [thread overview]
Message-ID: <1443789702-24945-1-git-send-email-paul.cercueil@analog.com> (raw)
Signed-off-by: Paul Cercueil <paul.cercueil-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org>
---
.../devicetree/bindings/iio/dac/ad5064.txt | 48 ++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/dac/ad5064.txt
diff --git a/Documentation/devicetree/bindings/iio/dac/ad5064.txt b/Documentation/devicetree/bindings/iio/dac/ad5064.txt
new file mode 100644
index 0000000..fa2d328
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/dac/ad5064.txt
@@ -0,0 +1,48 @@
+Analog Devices AD5064 DAC device driver
+
+Required properties:
+ - compatible: Must be one of:
+ * "adi,ad5024"
+ * "adi,ad5025"
+ * "adi,ad5044"
+ * "adi,ad5045"
+ * "adi,ad5064"
+ * "adi,ad5064-1"
+ * "adi,ad5065"
+ * "adi,ad5628-1"
+ * "adi,ad5628-2"
+ * "adi,ad5648-1"
+ * "adi,ad5648-2"
+ * "adi,ad5666-1"
+ * "adi,ad5666-2"
+ * "adi,ad5668-1"
+ * "adi,ad5668-2"
+ * "adi,ad5668-3"
+ - reg: SPI chip select number for the device
+ - spi-max-frequency: Max SPI frequency to use (< 30000000)
+ - vrefA-supply, vrefB-supply: phandles to external reference voltage
+ supplies for channels 0 and 1 respectively.
+ This property must be present for ad5024, ad5025, ad5044, ad5045,
+ ad5064, ad5065.
+ - vrefC-supply, vrefD-supply: phandles to external reference voltage
+ supplies for channels 2 and 3 respectively.
+ This property must be present for ad5024, ad5044, ad5064.
+
+Optional properties:
+ - vref-supply: phandle to the external reference voltage supply.
+ This should only be set if there is an external reference voltage
+ connected to the vref or vref[A-D] pins.
+ If the property is not set, the internal reference voltage supply
+ is used if present.
+ This property can be used with ad5064-1, ad5628-1, ad5628-2, ad5648-1,
+ ad5648-2, ad5666-1, ad5666-2, ad5668-1, ad5668-2, ad5668-3.
+
+Example:
+
+ ad5668-2@4 {
+ compatible = "adi,ad5668-2";
+ reg = <4>;
+ spi-max-frequency = <10000000>;
+ adi,use-external-reference;
+ vref-supply = <&vref_supply>;
+ };
--
2.5.3
next reply other threads:[~2015-10-02 12:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-02 12:41 Paul Cercueil [this message]
[not found] ` <1443789702-24945-1-git-send-email-paul.cercueil-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org>
2015-10-02 12:41 ` [PATCH 2/3] iio: ad5064: Explicitly configure whether to use external supply Paul Cercueil
2015-10-02 13:29 ` kbuild test robot
2015-10-02 12:41 ` [PATCH 3/3] iio: ad5064: Always use external vref if there is no internal vref Paul Cercueil
[not found] ` <1443789702-24945-3-git-send-email-paul.cercueil-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org>
2015-10-04 13:52 ` Jonathan Cameron
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=1443789702-24945-1-git-send-email-paul.cercueil@analog.com \
--to=paul.cercueil-oylxuock7orqt0dzr+alfa@public.gmane.org \
--cc=Michael.Hennerich-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=knaack.h-Mmb7MZpHnFY@public.gmane.org \
--cc=lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org \
--cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
/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;
as well as URLs for NNTP newsgroup(s).