Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1311641 > unrolled thread

[PATCH 1/2] dt/bindings: Add bindings documentation for TI ADS117x ADC

Started byFlorian Vaussard <florian.vaussard@gmail.com>
First post2016-01-18 17:10 +0100
Last post2016-01-18 17:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/2] dt/bindings: Add bindings documentation for TI ADS117x ADC Florian Vaussard <florian.vaussard@gmail.com> - 2016-01-18 17:10 +0100
    Re: [PATCH 1/2] dt/bindings: Add bindings documentation for TI  ADS117x ADC Mark Brown <broonie@kernel.org> - 2016-01-18 17:40 +0100

#1311641 — [PATCH 1/2] dt/bindings: Add bindings documentation for TI ADS117x ADC

FromFlorian Vaussard <florian.vaussard@gmail.com>
Date2016-01-18 17:10 +0100
Subject[PATCH 1/2] dt/bindings: Add bindings documentation for TI ADS117x ADC
Message-ID<qSkxr-2ZZ-1@gated-at.bofh.it>
Currently the binding is only made of the compatible string.

Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>
---
 Documentation/devicetree/bindings/sound/ti,ads117x.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/ti,ads117x.txt

diff --git a/Documentation/devicetree/bindings/sound/ti,ads117x.txt b/Documentation/devicetree/bindings/sound/ti,ads117x.txt
new file mode 100644
index 0000000..c1c2741
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/ti,ads117x.txt
@@ -0,0 +1,11 @@
+Texas Intstruments ADS117x ADC
+
+Required properties:
+
+  - compatible : "ti,ads117x"
+
+Example:
+
+ads1178 {
+	compatible = "ti,ads117x";
+};
-- 
2.1.0

[toc] | [next] | [standalone]


#1311663 — Re: [PATCH 1/2] dt/bindings: Add bindings documentation for TI ADS117x ADC

FromMark Brown <broonie@kernel.org>
Date2016-01-18 17:40 +0100
SubjectRe: [PATCH 1/2] dt/bindings: Add bindings documentation for TI ADS117x ADC
Message-ID<qSl0u-3eo-27@gated-at.bofh.it>
In reply to#1311641

[Multipart message — attachments visible in raw view] — view raw

On Mon, Jan 18, 2016 at 05:04:51PM +0100, Florian Vaussard wrote:
> Currently the binding is only made of the compatible string.

Please use subject lines matching the style for the subsystem.

> +  - compatible : "ti,ads117x"

Compatible strings shouldn't have wildcards in them, they should specify
a particular device - this way if we start caring about differences
later we don't have problems with old DTs.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web