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


Groups > linux.kernel > #1730493

Re: [PATCH 1/2] dt-bindings: hwmon: add compatible for max1619

From Alan Tull <atull@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] dt-bindings: hwmon: add compatible for max1619
Date 2017-09-11 21:40 +0200
Message-ID <uoCIP-7F7-39@gated-at.bofh.it> (permalink)
References <uoCps-7wc-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Sep 11, 2017 at 2:16 PM, Alan Tull <atull@kernel.org> wrote:

Add Oleksij Rempel

> Add new device tree bindings document for max1619 device
> including a new compatible string.
>
> Signed-off-by: Alan Tull <atull@kernel.org>
> Cc: Jean Delvare <jdelvare@suse.com>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> ---
>  Documentation/devicetree/bindings/hwmon/max1619.txt | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/hwmon/max1619.txt
>
> diff --git a/Documentation/devicetree/bindings/hwmon/max1619.txt b/Documentation/devicetree/bindings/hwmon/max1619.txt
> new file mode 100644
> index 0000000..c70dbbe
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/hwmon/max1619.txt
> @@ -0,0 +1,12 @@
> +Bindings for MAX1619 Temperature Sensor
> +
> +Required properties:
> +- compatible : "maxim,max1619"
> +- reg        : I2C address, one of 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, or
> +               0x4d, 0x4e
> +
> +Example:
> +       temp@4c {
> +               compatible = "maxim,max1619";
> +               reg = <0x4c>;
> +       };
> --
> 2.7.4
>

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


Thread

[PATCH 1/2] dt-bindings: hwmon: add compatible for max1619 Alan Tull <atull@kernel.org> - 2017-09-11 21:20 +0200
  [PATCH 2/2] hwmon: add dt binding for max1619 Alan Tull <atull@kernel.org> - 2017-09-11 21:20 +0200
    Re: [PATCH 2/2] hwmon: add dt binding for max1619 Alan Tull <atull@kernel.org> - 2017-09-11 21:40 +0200
    Re: [PATCH 2/2] hwmon: add dt binding for max1619 Guenter Roeck <linux@roeck-us.net> - 2017-09-11 22:00 +0200
      Re: [PATCH 2/2] hwmon: add dt binding for max1619 Alan Tull <atull@kernel.org> - 2017-09-11 23:20 +0200
      Re: [PATCH 2/2] hwmon: add dt binding for max1619 Rob Herring <robh@kernel.org> - 2017-09-18 23:20 +0200
        Re: [PATCH 2/2] hwmon: add dt binding for max1619 Alan Tull <atull@kernel.org> - 2017-09-19 20:20 +0200
          Re: [PATCH 2/2] hwmon: add dt binding for max1619 Rob Herring <robh@kernel.org> - 2017-09-19 21:40 +0200
  Re: [PATCH 1/2] dt-bindings: hwmon: add compatible for max1619 Alan Tull <atull@kernel.org> - 2017-09-11 21:40 +0200
    Re: [PATCH 1/2] dt-bindings: hwmon: add compatible for max1619 Alan Tull <atull@kernel.org> - 2017-09-11 23:20 +0200
      Re: [PATCH 1/2] dt-bindings: hwmon: add compatible for max1619 Rob Herring <robh@kernel.org> - 2017-09-18 23:20 +0200

csiph-web