From: Conor Dooley <conor@kernel.org>
To: u8813345@gmail.com
Cc: Guenter Roeck <linux@roeck-us.net>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Kevin Chang <kevin.chang2@amd.com>,
Jonathan Corbet <corbet@lwn.net>,
Shuah Khan <skhan@linuxfoundation.org>,
linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
Colin Huang <colin.huang2@amd.com>
Subject: Re: [PATCH v4 1/3] dt-bindings: hwmon: pmbus: add Delta E50SN12051 binding
Date: Thu, 7 May 2026 18:07:15 +0100 [thread overview]
Message-ID: <20260507-squealing-vanish-16fea3c114f5@spud> (raw)
In-Reply-To: <20260507-add-e50sn12051-v4-1-ff2b3768ac7e@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1930 bytes --]
On Thu, May 07, 2026 at 01:12:26PM +0800, Colin Huang via B4 Relay wrote:
> From: Colin Huang <u8813345@gmail.com>
>
> Add devicetree binding documentation for the Delta E50SN12051
> PMBus-compliant device.
>
> Signed-off-by: Colin Huang <u8813345@gmail.com>
> ---
> .../bindings/hwmon/pmbus/delta,e50sn12051.yaml | 42 ++++++++++++++++++++++
> 1 file changed, 42 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/delta,e50sn12051.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/delta,e50sn12051.yaml
> new file mode 100644
> index 000000000000..72aefe212d17
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/hwmon/pmbus/delta,e50sn12051.yaml
> @@ -0,0 +1,42 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/hwmon/pmbus/delta,e50sn12051.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Delta E50SN12051 PMBus Sensor
> +
> +maintainers:
> + - Kevin Chang <kevin.chang2@amd.com>
> +
> +description: |
> + Delta E50SN12051 is a non-isolated 1/8th brick DC-DC power module.
> + It is a PMBus-compliant device accessible via an I2C/SMBus interface
> + and provides standard telemetry such as voltage, current, and
> + temperature measurements.
> +
> +properties:
> + compatible:
> + const: delta,e50sn12051
> +
> + reg:
> + maxItems: 1
> + description: I2C bus address of the PMBus device
> +
> +required:
> + - compatible
> + - reg
With only these two properties, shouldn't this be in trivial-devices?
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + power-module@40 {
> + compatible = "delta,e50sn12051";
> + reg = <0x40>;
> + };
> + };
>
> --
> 2.34.1
>
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2026-05-07 17:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-07 5:12 [PATCH v4 0/3] add support for Delta E50SN12051 Colin Huang via B4 Relay
2026-05-07 5:12 ` [PATCH v4 1/3] dt-bindings: hwmon: pmbus: add Delta E50SN12051 binding Colin Huang via B4 Relay
2026-05-07 17:07 ` Conor Dooley [this message]
2026-05-08 8:20 ` Colin Huang
2026-05-07 5:12 ` [PATCH v4 2/3] Documentation/hwmon: add Delta E50SN12051 documentation Colin Huang via B4 Relay
2026-05-07 5:12 ` [PATCH v4 3/3] hwmon: (pmbus) add support for Delta E50SN12051 Colin Huang via B4 Relay
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=20260507-squealing-vanish-16fea3c114f5@spud \
--to=conor@kernel.org \
--cc=colin.huang2@amd.com \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=kevin.chang2@amd.com \
--cc=krzk+dt@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robh@kernel.org \
--cc=skhan@linuxfoundation.org \
--cc=u8813345@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox