From: Guenter Roeck <linux@roeck-us.net>
To: Kun Yi <kunyi@google.com>
Cc: no To-header on input <;,
openbmc@lists.ozlabs.org, Jean Delvare <jdelvare@suse.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/2] dt-bindings: hwmon: Add adm127x documentation
Date: Sat, 27 Oct 2018 10:27:25 -0700 [thread overview]
Message-ID: <20181027172725.GA24915@roeck-us.net> (raw)
In-Reply-To: <20181017222710.254994-1-kunyi@google.com>
On Wed, Oct 17, 2018 at 03:27:09PM -0700, Kun Yi wrote:
> adm127x are hot-swap controllers that allow a circuit board to be removed from
> or inserted into a live backplane. This patch adds the device tree
> bindings documentation.
>
> Signed-off-by: Kun Yi <kunyi@google.com>
> Reviewed-by: Rob Herring <robh@kernel.org>
Applied to hwmon-next.
Thanks,
Guenter
> ---
> .../devicetree/bindings/hwmon/adm1275.txt | 25 +++++++++++++++++++
> 1 file changed, 25 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/hwmon/adm1275.txt
>
> diff --git a/Documentation/devicetree/bindings/hwmon/adm1275.txt b/Documentation/devicetree/bindings/hwmon/adm1275.txt
> new file mode 100644
> index 000000000000..1ecd03f3da4d
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/hwmon/adm1275.txt
> @@ -0,0 +1,25 @@
> +adm1275 properties
> +
> +Required properties:
> +- compatible: Must be one of the supported compatible strings:
> + - "adi,adm1075" for adm1075
> + - "adi,adm1272" for adm1272
> + - "adi,adm1275" for adm1275
> + - "adi,adm1276" for adm1276
> + - "adi,adm1278" for adm1278
> + - "adi,adm1293" for adm1293
> + - "adi,adm1294" for adm1294
> +- reg: I2C address
> +
> +Optional properties:
> +
> +- shunt-resistor-micro-ohms
> + Shunt resistor value in micro-Ohm
> +
> +Example:
> +
> +adm1272@10 {
> + compatible = "adi,adm1272";
> + reg = <0x10>;
> + shunt-resistor-micro-ohms = <500>;
> +};
WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: Kun Yi <kunyi@google.com>
Cc: openbmc@lists.ozlabs.org, Jean Delvare <jdelvare@suse.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/2] dt-bindings: hwmon: Add adm127x documentation
Date: Sat, 27 Oct 2018 10:27:25 -0700 [thread overview]
Message-ID: <20181027172725.GA24915@roeck-us.net> (raw)
In-Reply-To: <20181017222710.254994-1-kunyi@google.com>
On Wed, Oct 17, 2018 at 03:27:09PM -0700, Kun Yi wrote:
> adm127x are hot-swap controllers that allow a circuit board to be removed from
> or inserted into a live backplane. This patch adds the device tree
> bindings documentation.
>
> Signed-off-by: Kun Yi <kunyi@google.com>
> Reviewed-by: Rob Herring <robh@kernel.org>
Applied to hwmon-next.
Thanks,
Guenter
> ---
> .../devicetree/bindings/hwmon/adm1275.txt | 25 +++++++++++++++++++
> 1 file changed, 25 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/hwmon/adm1275.txt
>
> diff --git a/Documentation/devicetree/bindings/hwmon/adm1275.txt b/Documentation/devicetree/bindings/hwmon/adm1275.txt
> new file mode 100644
> index 000000000000..1ecd03f3da4d
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/hwmon/adm1275.txt
> @@ -0,0 +1,25 @@
> +adm1275 properties
> +
> +Required properties:
> +- compatible: Must be one of the supported compatible strings:
> + - "adi,adm1075" for adm1075
> + - "adi,adm1272" for adm1272
> + - "adi,adm1275" for adm1275
> + - "adi,adm1276" for adm1276
> + - "adi,adm1278" for adm1278
> + - "adi,adm1293" for adm1293
> + - "adi,adm1294" for adm1294
> +- reg: I2C address
> +
> +Optional properties:
> +
> +- shunt-resistor-micro-ohms
> + Shunt resistor value in micro-Ohm
> +
> +Example:
> +
> +adm1272@10 {
> + compatible = "adi,adm1272";
> + reg = <0x10>;
> + shunt-resistor-micro-ohms = <500>;
> +};
next prev parent reply other threads:[~2018-10-27 17:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-17 22:27 [PATCH v3 2/2] dt-bindings: hwmon: Add adm127x documentation Kun Yi
2018-10-17 22:27 ` Kun Yi
2018-10-18 19:47 ` Rob Herring
2018-10-18 19:47 ` Rob Herring
2018-10-18 20:39 ` Kun Yi
2018-10-27 17:27 ` Guenter Roeck [this message]
2018-10-27 17:27 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181027172725.GA24915@roeck-us.net \
--to=linux@roeck-us.net \
--cc=kunyi@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.