devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] iio: sun4i-lradc: Add binding documentation
@ 2016-07-01 21:00 Alexandre Belloni
       [not found] ` <1467406855-9677-1-git-send-email-alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Alexandre Belloni @ 2016-07-01 21:00 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: devicetree, linux-iio, linux-kernel, Chen-Yu Tsai, Rob Herring,
	Alexandre Belloni, Maxime Ripard, linux-arm-kernel

Document the bindings for the Allwinner LRADC.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org

 .../devicetree/bindings/iio/adc/sun4i-lradc.txt       | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/sun4i-lradc.txt

diff --git a/Documentation/devicetree/bindings/iio/adc/sun4i-lradc.txt b/Documentation/devicetree/bindings/iio/adc/sun4i-lradc.txt
new file mode 100644
index 000000000000..c75a6067b8a5
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/adc/sun4i-lradc.txt
@@ -0,0 +1,19 @@
+Allwinner sun4i Low Resolution ADC
+----------------------------------
+
+Required properties:
+ - compatible: "allwinner,sun4i-a10-lradc"
+ - reg: mmio address range of the chip
+ - interrupts: interrupt to which the chip is connected
+ - vref-supply: powersupply for the lradc reference voltage
+ - #io-channel-cells = <1>; As ADC has multiple outputs
+
+Example:
+
+	lradc: lradc@01c22800 {
+		compatible = "allwinner,sun4i-a10-lradc";
+		reg = <0x01c22800 0x100>;
+		interrupts = <31>;
+		vref-supply = <&reg_vcc3v0>;
+		#io-channel-cells = <1>;
+	};
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-07-03 12:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-01 21:00 [PATCH 1/2] iio: sun4i-lradc: Add binding documentation Alexandre Belloni
     [not found] ` <1467406855-9677-1-git-send-email-alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2016-07-02  9:12   ` Chen-Yu Tsai
2016-07-02  9:32     ` Hans de Goede
     [not found]       ` <777642fd-5e77-206f-a503-23bbf187e6f3-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-07-02 11:02         ` Maxime Ripard
2016-07-02 11:45           ` Hans de Goede
     [not found]             ` <9b02394e-b38b-c804-780b-e9707c292486-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-07-02 13:32               ` Alexandre Belloni
     [not found]                 ` <20160702133243.GB20045-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2016-07-02 13:46                   ` Maxime Ripard
2016-07-02 13:35     ` Alexandre Belloni
     [not found]       ` <20160702133528.GC20045-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2016-07-02 19:46         ` Hans de Goede
     [not found]           ` <b23bd147-0d68-a6a6-14c0-5047af35e6b7-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-07-02 20:43             ` Alexandre Belloni
2016-07-03 12:01       ` Jonathan Cameron

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).