Re: [PATCH v2 1/2] dt-bindings: iio: dac: Add max22007

From: Krzysztof Kozlowski
Date: Fri Jan 09 2026 - 03:28:22 EST


On Thu, Jan 08, 2026 at 01:58:23PM +0100, Janani Sunil wrote:
> +required:
> + - compatible
> + - reg
> + - vdd-supply
> + - hvdd-supply
> +
> +unevaluatedProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/gpio/gpio.h>
> + #include <dt-bindings/iio/addac/adi,ad74413r.h>
> +
> + vdd_reg: regulator-vdd {

This was not here, drop entire node.

> + compatible = "regulator-fixed";
> + regulator-name = "vdd-3v3";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + regulator-always-on;
> + };
> +
> + hvdd_reg: regulator-hvdd {

Same here.


With these two fixed:

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>

Best regards,
Krzysztof