From: Guenter Roeck <linux@roeck-us.net>
To: Krzysztof Kozlowski <krzk@kernel.org>,
Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Jean Delvare <jdelvare@suse.com>,
Jonathan Corbet <corbet@lwn.net>,
Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org,
linux-i2c@vger.kernel.org
Subject: Re: [PATCH v2 1/2] dt-bindings: hwmon: pmbus: add lt3074
Date: Mon, 7 Apr 2025 15:59:09 -0700 [thread overview]
Message-ID: <0898bd3f-a613-491d-a5e4-a66019aa72e2@roeck-us.net> (raw)
In-Reply-To: <20250226-gentle-spicy-jacamar-2dd36a@krzk-bin>
On 2/26/25 00:20, Krzysztof Kozlowski wrote:
> On Tue, Feb 25, 2025 at 09:01:13PM +0800, Cedric Encarnacion wrote:
>> Add Analog Devices LT3074 Ultralow Noise, High PSRR Dropout Linear
>> Regulator.
>>
>> Signed-off-by: Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
>> ---
>> .../bindings/hwmon/pmbus/adi,lt3074.yaml | 64 ++++++++++++++++++++++
>> MAINTAINERS | 7 +++
>> 2 files changed, 71 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/adi,lt3074.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/adi,lt3074.yaml
>> new file mode 100644
>> index 0000000000000000000000000000000000000000..714426fd655a8daa96e15e1f789743f36001ac7a
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/hwmon/pmbus/adi,lt3074.yaml
>> @@ -0,0 +1,64 @@
>> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>> +%YAML 1.2
>> +---
>> +$id: http://devicetree.org/schemas/hwmon/pmbus/adi,lt3074.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Analog Devices LT3074 voltage regulator
>> +
>> +maintainers:
>> + - Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
>> +
>> +description: |
>> + The LT3074 is a low voltage, ultra-low noise and ultra-fast transient
>> + response linear regulator. It allows telemetry for input/output voltage,
>> + output current and temperature through the PMBus serial interface.
>> +
>> + Datasheet:
>> + https://www.analog.com/en/products/lt3074.html
>> +
>> +properties:
>> + compatible:
>> + enum:
>> + - adi,lt3074
>> +
>> + reg:
>> + maxItems: 1
>> +
>> + regulators:
>> + type: object
>> + description: |
>> + list of regulators provided by this controller.
>
> You have only one regulator, so drop the "regulators". vout could be
> here, but since you do not have any other resources, I doubt it stands
> on its own either. This is even visible in your DTS - you named the
> device as regulator, so logically this is the regulator. Regulator does
> not have regulators (otherwise they could also have regulators... so
> triple regulator).
>
> hwmon code might need some changes, but that's not really relevant for
> proper hardware description.
>
With the changes in the hwmon pmbus code now in linux-next, this should
be ready for another revision with non-nested regulator support.
Thanks,
Guenter
next prev parent reply other threads:[~2025-04-07 22:59 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-25 13:01 [PATCH v2 0/2] Add support for LT3074 low voltage linear regulator Cedric Encarnacion
2025-02-25 13:01 ` [PATCH v2 1/2] dt-bindings: hwmon: pmbus: add lt3074 Cedric Encarnacion
2025-02-26 8:20 ` Krzysztof Kozlowski
2025-02-26 14:59 ` Rob Herring
2025-02-26 19:17 ` Guenter Roeck
2025-02-27 8:50 ` Krzysztof Kozlowski
2025-02-27 16:32 ` Guenter Roeck
2025-03-18 10:03 ` Encarnacion, Cedric justine
2025-03-18 15:17 ` Guenter Roeck
2025-03-19 4:10 ` Encarnacion, Cedric justine
2025-03-21 16:53 ` Encarnacion, Cedric justine
2025-03-21 17:09 ` Guenter Roeck
2025-03-21 17:24 ` Guenter Roeck
2025-03-24 7:16 ` Krzysztof Kozlowski
2025-03-24 13:58 ` Guenter Roeck
2025-03-21 20:23 ` Guenter Roeck
2025-04-07 22:59 ` Guenter Roeck [this message]
2025-02-25 13:01 ` [PATCH v2 2/2] hwmon: (pmbus/lt3074): add support for lt3074 Cedric Encarnacion
2025-02-26 13:03 ` 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=0898bd3f-a613-491d-a5e4-a66019aa72e2@roeck-us.net \
--to=linux@roeck-us.net \
--cc=Delphine_CC_Chiu@wiwynn.com \
--cc=cedricjustine.encarnacion@analog.com \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=jdelvare@suse.com \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/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