Re: [PATCH 0/3] arm64: dts: qcom: fix GPIO lookup flags for i2c-gpio SDA and SCL pins
From: Bartosz Golaszewski
Date: Fri Jul 11 2025 - 03:52:54 EST
On Tue, Jul 1, 2025 at 1:11 PM Konrad Dybcio
<konrad.dybcio@xxxxxxxxxxxxxxxx> wrote:
>
>
>
> On 01-Jul-25 11:01, Bartosz Golaszewski wrote:
> > There are three platforms in the QCom DTS tree that are missing the
> > open-drain lookup flag in their DT nodes associated with the i2c-gpio
> > device whose driver enforces open-drain outputs. This causes the GPIO
> > core to emit warnings such as:
> >
> > [ 5.153550] gpio-528 (sda): enforced open drain please flag it properly in DT/ACPI DSDT/board file
> > [ 5.166373] gpio-529 (scl): enforced open drain please flag it properly in DT/ACPI DSDT/board file
> >
> > Silence the warnings by adding appriopriate flags.
> >
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> > ---
>
> For the series:
>
> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
>
We're late into rc5 so gentle ping, any chance we could get this
queued for v6.17?
Bartosz