Re: [PATCH v1 2/2] dt-bindings: i2c: add force-set-sda property

From: Krzysztof Kozlowski

Date: Fri Jan 16 2026 - 09:14:11 EST


On 14/01/2026 15:13, Jie Li wrote:
> Document the new "force-set-sda" optional property.
> This property is used for hardware where the SDA line is open-drain
> but the standard driver-level check (like gpiod_get_direction) might
> not correctly reflect the ability to drive the line for bus recovery.

I think Linus explained well why this does not fit DT, so also formally
responding here - use proper GPIO flags, when SDA is open-drain.

>
> Signed-off-by: Jie Li <jie.i.li@xxxxxxxxx>

This does not match From address. You need to always check your patches
with checkpatch.


Best regards,
Krzysztof