Re: [PATCH v2 1/2] dt-bindings: iio: proximity: add ST VL53L1X ToF sensor
From: Krzysztof Kozlowski
Date: Mon Mar 09 2026 - 03:32:01 EST
On Sun, Mar 08, 2026 at 05:37:27PM +0600, Siratul Islam wrote:
> Add device tree binding documentation for the STMicroelectronics
> VL53L1X Time-of-Flight ranging sensor connected via I2C.
>
> Signed-off-by: Siratul Islam <email@xxxxxxxx>
> ---
> .../bindings/iio/proximity/st,vl53l1x.yaml | 50 +++++++++++++++++++
> MAINTAINERS | 6 +++
> 2 files changed, 56 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/proximity/st,vl53l1x.yaml
>
> diff --git a/Documentation/devicetree/bindings/iio/proximity/st,vl53l1x.yaml b/Documentation/devicetree/bindings/iio/proximity/st,vl53l1x.yaml
> new file mode 100644
> index 000000000000..c4ae96293f27
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/proximity/st,vl53l1x.yaml
> @@ -0,0 +1,50 @@
> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/iio/proximity/st,vl53l1x.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: ST VL53L1X ToF ranging sensor
> +
> +maintainers:
> + - Siratul Islam <email@xxxxxxxx>
> +
> +properties:
> + compatible:
> + const: st,vl53l1x
Looks the same as st,vl53l0x and pins are 100% the same, so just put it
there without any difference in properties.
reset is the xshut.
Best regards,
Krzysztof