public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Brian Chiang <chiang.brian@inventec.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>,
	 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
Subject: Re: [PATCH 1/2] dt-bindings: (pmbus/lx1308) Add LX1308 support
Date: Thu, 23 Apr 2026 10:41:18 +0200	[thread overview]
Message-ID: <20260423-free-blond-boobook-ceae7e@quoll> (raw)
In-Reply-To: <20260422-add-support-lx1308-v1-1-9b8322f45aae@inventec.com>

On Wed, Apr 22, 2026 at 12:06:15PM +0000, Brian Chiang wrote:
> Add device tree bindings for the Luxshare LX1308, a high-efficiency
> 12V 860W DC/DC power module with PMBus interface.
> 
> Signed-off-by: Brian Chiang <chiang.brian@inventec.com>
> ---
>  .../bindings/hwmon/pmbus/luxshare,lx1308.yaml      | 49 ++++++++++++++++++++++
>  .../devicetree/bindings/vendor-prefixes.yaml       |  2 +
>  MAINTAINERS                                        |  8 ++++
>  3 files changed, 59 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/luxshare,lx1308.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/luxshare,lx1308.yaml
> new file mode 100644
> index 000000000000..a8d92447508d
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/hwmon/pmbus/luxshare,lx1308.yaml
> @@ -0,0 +1,49 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +

Drop blank line here

> +$id: http://devicetree.org/schemas/hwmon/pmbus/luxshare,lx1308.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Luxshare LX1308 Digital DC/DC Power Module
> +
> +maintainers:
> +  - Brian Chiang <chiang.brian@inventec.com>
> +
> +description: |

Do not need '|' unless you need to preserve formatting.

> +  The LX1308 is a high-efficiency, non-isolated, regulated 12V, 860W,
> +  digital DC/DC power module. The module operates from a 40V to 60V DC
> +  primary bus and provides a 12V regulated output voltage. It can deliver
> +  up to 860W continuous and 1300W in transient.
> +
> +properties:
> +  compatible:
> +    enum:
> +      - luxshare,lx1308lch
> +      - luxshare,lx1308nch
> +      - luxshare,lx1308sch
> +      - luxshare,lx1308ldh
> +      - luxshare,lx1308ndh
> +      - luxshare,lx1308sdh
> +      - luxshare,lx1308

What are all these devices? What are the differences?

Especially, what is the difference between lx1308sdh and lx1308?

> +
> +  reg:
> +    maxItems: 1

No properties? Looks like suitable for trivial bundings.

> +
> +required:
> +  - compatible
> +  - reg
> +
> +additionalProperties: false
> +
> +examples:
> +  - |
> +    i2c {
> +      #address-cells = <1>;
> +      #size-cells = <0>;
> +
> +      power-module@60 {
> +        compatible = "luxshare,lx1308";
> +        reg = <0x60>;
> +      };
> +    };
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> index ee7fd3cfe203..67fb1592daaa 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -967,6 +967,8 @@ patternProperties:
>      description: Shenzhen Luckfox Technology Co., Ltd.
>    "^lunzn,.*":
>      description: Shenzhen Lunzn Technology Co., Ltd.
> +  "^luxshare,.*":
> +    description: Luxshare-ICT Co., Ltd.
>    "^luxul,.*":
>      description: Lagrand | AV
>    "^lwn,.*":
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c3fe46d7c4bc..58fa595cff6a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15175,6 +15175,14 @@ S:	Maintained
>  F:	Documentation/devicetree/bindings/iio/light/liteon,ltr390.yaml
>  F:	drivers/iio/light/ltr390.c
>  
> +LUXSHARE LX1308 PMBUS DRIVER
> +M:	Brian Chiang <chiang.brian@inventec.com>
> +L:	linux-hwmon@vger.kernel.org
> +S:	Maintained
> +F:	Documentation/devicetree/bindings/hwmon/pmbus/luxshare,lx1308.yaml


> +F:	Documentation/hwmon/lx1308.rst
> +F:	drivers/hwmon/pmbus/lx1308.c

There are no such files

Best regards,
Krzysztof


  reply	other threads:[~2026-04-23  8:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-22 12:06 [PATCH 0/2] Add support for LX1308 Brian Chiang
2026-04-22 12:06 ` [PATCH 1/2] dt-bindings: (pmbus/lx1308) Add LX1308 support Brian Chiang
2026-04-23  8:41   ` Krzysztof Kozlowski [this message]
2026-04-22 12:06 ` [PATCH 2/2] hwmon: (pmbus/lx1308) Add support for LX1308 Brian Chiang
2026-04-23  8:43   ` Krzysztof Kozlowski

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=20260423-free-blond-boobook-ceae7e@quoll \
    --to=krzk@kernel.org \
    --cc=chiang.brian@inventec.com \
    --cc=conor+dt@kernel.org \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --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 \
    /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