Re: [PATCH v1 2/3] dt-bindings: iio: imu: bmi270: add boolean type for drive-open-drain
From: Alex Lanzano
Date: Mon Dec 23 2024 - 14:55:05 EST
On Fri, Dec 20, 2024 at 12:47:44AM +0100, Vasileios Amoiridis wrote:
> Add missing type description "boolean" for the drive-open-drain property.
>
> Signed-off-by: Vasileios Amoiridis <vassilisamir@xxxxxxxxx>
> ---
> Documentation/devicetree/bindings/iio/imu/bosch,bmi270.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/iio/imu/bosch,bmi270.yaml b/Documentation/devicetree/bindings/iio/imu/bosch,bmi270.yaml
> index 7b0cde1c9b0a..860a6c1fea3c 100644
> --- a/Documentation/devicetree/bindings/iio/imu/bosch,bmi270.yaml
> +++ b/Documentation/devicetree/bindings/iio/imu/bosch,bmi270.yaml
> @@ -41,6 +41,7 @@ properties:
> - INT2
>
> drive-open-drain:
> + type: boolean
> description:
> set if the specified interrupt pins should be configured as
> open drain. If not set, defaults to push-pull.
Signed-off-by: Alex Lanzano <lanzano.alex@xxxxxxxxx>