Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1670943 > unrolled thread
| Started by | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| First post | 2017-06-20 18:50 +0200 |
| Last post | 2017-06-20 18:50 +0200 |
| Articles | 1 — 1 participant |
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.
Re: [PATCH v2 1/3] dt-bindings: iio: humidity: add bindings for HDC100x sensors Jonathan Cameron <jic23@kernel.org> - 2017-06-20 18:50 +0200
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2017-06-20 18:50 +0200 |
| Subject | Re: [PATCH v2 1/3] dt-bindings: iio: humidity: add bindings for HDC100x sensors |
| Message-ID | <tUuvM-2D0-17@gated-at.bofh.it> |
On Mon, 19 Jun 2017 11:01:04 -0500
Michael Stecklein <m-stecklein@ti.com> wrote:
> Add the bindings for the family of HDC100x sensors.
>
> Signed-off-by: Michael Stecklein <m-stecklein@ti.com>
Ideally a brief note below the --- would have said what was different
from v1.
Given you have fixed the stuff Rob mentioned, I'll assume he will
be fine with the result. Will be possible to change it for a few
days anyway as pushed out as testing which I'm willing to rebase.
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to play with it.
Thanks,
Jonathan
> ---
> .../devicetree/bindings/iio/humidity/hdc100x.txt | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/humidity/hdc100x.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/humidity/hdc100x.txt b/Documentation/devicetree/bindings/iio/humidity/hdc100x.txt
> new file mode 100644
> index 0000000..c52333b
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/humidity/hdc100x.txt
> @@ -0,0 +1,17 @@
> +* HDC100x temperature + humidity sensors
> +
> +Required properties:
> + - compatible: Should contain one of the following:
> + ti,hdc1000
> + ti,hdc1008
> + ti,hdc1010
> + ti,hdc1050
> + ti,hdc1080
> + - reg: i2c address of the sensor
> +
> +Example:
> +
> +hdc100x@40 {
> + compatible = "ti,hdc1000";
> + reg = <0x40>;
> +};
Back to top | Article view | linux.kernel
csiph-web