Re: [PATCH v3 1/2] dt-bindings: hwmon/pmbus: Add Infineon xdp730
From: Krzysztof Kozlowski
Date: Mon Jun 01 2026 - 07:58:17 EST
On Mon, Jun 01, 2026 at 02:39:24PM +0530, ASHISH YADAV wrote:
> required:
> - compatible
> @@ -50,10 +58,23 @@ examples:
> #address-cells = <1>;
> #size-cells = <0>;
>
> - hwmon@11 {
> + efuse@11 {
Explain that in commit msg.
> compatible = "infineon,xdp720";
> reg = <0x11>;
> vdd-vin-supply = <&vdd_vin>;
> infineon,rimon-micro-ohms = <1098000000>; /* 1.098k ohm */
> };
> };
> +
> + - |
> + i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + efuse@12 {
> + compatible = "infineon,xdp730";
> + reg = <0x12>;
> + vdd-vin-supply = <&vdd_vin>;
> + infineon,rimon-micro-ohms = <1098000000>; /* 1.098k ohm */
It's exactly the same as previous example, drop this hunk.
> + };
> + };
> --
> 2.39.5
>