Re: [PATCH v6 1/2] dt-bindings: iio: proximity: add ST VL53L1X ToF sensor
From: Krzysztof Kozlowski
Date: Fri Mar 20 2026 - 08:52:52 EST
On 19/03/2026 20:07, Siratul Islam wrote:
>
> properties:
> compatible:
> - const: st,vl53l0x
> + enum:
> + - st,vl53l0x
> + - st,vl53l1x
>
> reg:
> maxItems: 1
> @@ -21,12 +24,17 @@ properties:
>
> reset-gpios:
> maxItems: 1
> + description:
> + Phandle to the XSHUT GPIO. Used for hardware reset.
>
> - vdd-supply: true
> + vdd-supply:
> + description:
> + Phandle to the vdd input voltage. This is physically required for operation.
Drop the description. Schema tells that.
>
> required:
> - compatible
> - reg
> + - vdd-supply
That's an ABI break and nothing in commit msg explains why. You need
rationale for this, but most likely everything was working fine before,
so supply should not be required.
Best regards,
Krzysztof