Re: [PATCH v2 2/3] dt-bindings: iio: proximity: Add Nicera D3-323-AA PIR sensor

From: Waqar Hameed
Date: Wed Jun 18 2025 - 06:37:27 EST


On Tue, Jun 17, 2025 at 11:06 +0200 Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:

> On Sun, Jun 15, 2025 at 12:14:02AM GMT, Waqar Hameed wrote:
>> +examples:
>> + - |
>> + proximity {
>> + compatible = "nicera,d3323aa";
>> + vdd-supply = <&regulator_3v3>;
>> + vout-clk-gpios = <&gpio 78 0>;
>> + data-gpios = <&gpio 76 0>;
>
> Same comment as before.

I removed the include header thinking that would be fine, since there
were already a bunch of other examples just using `0` as the GPIO flag
(without the include). I'll re-add the include header in next version
then and use `GPIO_ACTIVE_HIGH` on both `-gpios`.