Re: [PATCH v4 1/2] dt-bindings: hwmon: pmbus: Add Infineon tda38740 and tda38725

From: Krzysztof Kozlowski

Date: Fri Sep 11 2026 - 05:12:08 EST


On Thu, Sep 10, 2026 at 08:35:50PM +0800, Colin Huang wrote:
> From: Colin Huang <u8813345@xxxxxxxxx>
>
> Add devicetree bindings for the Infineon TDA38740 and TDA38725
> single-voltage synchronous buck regulators with PMBus interface.
>
> Signed-off-by: Colin Huang <u8813345@xxxxxxxxx>
> ---
> .../bindings/hwmon/pmbus/infineon,tda38740.yaml | 46 ++++++++++++++++++++++
> 1 file changed, 46 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/hwmon/pmbus/infineon,tda38740.yaml b/Documentation/devicetree/bindings/hwmon/pmbus/infineon,tda38740.yaml
> new file mode 100644
> index 000000000000..28eeb85f13df
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/hwmon/pmbus/infineon,tda38740.yaml
> @@ -0,0 +1,46 @@
> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +

There is no blank line here. Do not come with own style (like your
version 1).

> +$id: http://devicetree.org/schemas/hwmon/pmbus/infineon,tda38740.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Infineon TDA38740 and TDA38725 PMBus Synchronous Buck Regulator
> +
> +maintainers:
> + - Colin Huang <u8813345@xxxxxxxxx>
> +
> +description: |
> + The Infineon TDA38740/TDA38725 is a 40A/25A single-voltage synchronous
> + buck regulator with a PMBus interface designed for industrial use.
> +
> + Datasheet:
> + https://www.infineon.com/row/public/documents/24/49/infineon-tda38740-tda38725-datasheet-en.pdf
> +
> +properties:
> + compatible:
> + enum:
> + - infineon,tda38725
> + - infineon,tda38740

I don't see how you responded to Conor's feedback.

Best regards,
Krzysztof