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


Groups > linux.kernel > #1214816

Re: [PATCH v4 4/4] dt: Document Holt HI-8435 bindings

From Jonathan Cameron <jic23@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v4 4/4] dt: Document Holt HI-8435 bindings
Date 2015-08-27 22:20 +0200
Message-ID <q2bOr-6wM-23@gated-at.bofh.it> (permalink)
References <pZDQR-5Z9-9@gated-at.bofh.it> <pZDQR-5Z9-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 20/08/15 20:38, Vladimir Barinov wrote:
> These bindings can be used to register Holt HI-8435 threshold detector
> 
> Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
This is fine and trivial enough that I am not going to need a device tree
ack (not that I'd complain if one showed up :)


Will pick it up with the driver..
> ---
> Changes in version 2:
> - renamed file name hi-843x.txt to hi8435.txt
> - removed hi-8436,hi-8436,hi-8437
> - removed holt,debounce-soft field
> - renamed holt,debounc-soft-delay to holt,debounce-interval
> - renamed mr-gpio to reset-gpios
> Changes in version 3:
> - none
> Changes in version 4:
> - removed debounce_interval property
> - removed reset-gpios to use GPIO descriptor API
> 
>  .../devicetree/bindings/iio/adc/hi8435.txt          | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/iio/adc/hi8435.txt
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/hi8435.txt b/Documentation/devicetree/bindings/iio/adc/hi8435.txt
> new file mode 100644
> index 0000000..3b0348c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/hi8435.txt
> @@ -0,0 +1,21 @@
> +Holt Integrated Circuits HI-8435 threshold detector bindings
> +
> +Required properties:
> + - compatible: should be "holt,hi8435"
> + - reg: spi chip select number for the device
> +
> +Recommended properties:
> + - spi-max-frequency: definition as per
> +		Documentation/devicetree/bindings/spi/spi-bus.txt
> +
> +Optional properties:
> + - gpios: GPIO used for controlling the reset pin
> +
> +Example:
> +sensor@0 {
> +	compatible = "holt,hi8435";
> +	reg = <0>;
> +	gpios = <&gpio6 1 0>;
> +
> +	spi-max-frequency = <1000000>;
> +};
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/4] iio: adc: hi8435: Add Holt HI-8435 threshold detector Vladimir Barinov <vladimir.barinov@cogentembedded.com> - 2015-08-20 21:40 +0200
  [PATCH v4 4/4] dt: Document Holt HI-8435 bindings Vladimir Barinov <vladimir.barinov@cogentembedded.com> - 2015-08-20 21:40 +0200
    Re: [PATCH v4 4/4] dt: Document Holt HI-8435 bindings Jonathan Cameron <jic23@kernel.org> - 2015-08-27 22:20 +0200
  [PATCH v4 2/4] dt: Add vendor prefix 'holt' Vladimir Barinov <vladimir.barinov@cogentembedded.com> - 2015-08-20 21:40 +0200
    Re: [PATCH v4 2/4] dt: Add vendor prefix 'holt' Rob Herring <robherring2@gmail.com> - 2015-08-24 00:40 +0200
      Re: [PATCH v4 2/4] dt: Add vendor prefix 'holt' Jonathan Cameron <jic23@kernel.org> - 2015-08-27 22:00 +0200
  [PATCH v4 1/4] iio: Support triggered events Vladimir Barinov <vladimir.barinov@cogentembedded.com> - 2015-08-20 21:40 +0200
    Re: [PATCH v4 1/4] iio: Support triggered events Vladimir Barinov <vladimir.barinov@cogentembedded.com> - 2015-08-20 21:50 +0200
      Re: [PATCH v4 1/4] iio: Support triggered events Jonathan Cameron <jic23@kernel.org> - 2015-08-27 22:00 +0200
  [PATCH v4 3/4] iio: adc: hi8435: Holt HI-8435 threshold detector Vladimir Barinov <vladimir.barinov@cogentembedded.com> - 2015-08-20 21:40 +0200
    Re: [PATCH v4 3/4] iio: adc: hi8435: Holt HI-8435 threshold detector Jonathan Cameron <jic23@kernel.org> - 2015-08-27 22:10 +0200

csiph-web