Re: [PATCH 1/5] arm64: dts: qcom: nord-embedded: Fix i2c9/i2c10 pin functions

From: Shawn Guo

Date: Sun Sep 13 2026 - 22:16:16 EST


On Sat, Sep 12, 2026 at 06:34:14PM +0300, Abel Vesa wrote:
> On 26-09-11 22:20:36, Shawn Guo wrote:
> > The i2c9/i2c10 and uart9/uart10 pinctrl states shared the same pins and
> > the same "qup1_se2"/"qup1_se3" function name, so the I2C states were
> > indistinguishable from the UART ones and ended up muxing the UART lanes.
> > i2c9 and i2c10 therefore did not work.
> >
> > Now that the TLMM driver names each lane pair separately, select the
> > lane 0/1 function for I2C and the lane 2/3 function for UART.
> >
> > Signed-off-by: Shawn Guo <shengchao.guo@xxxxxxxxxxxxxxxx>
>
> No fixes tag?

The Nord DTS hasn't been picked up. If it's preferable, I can send v15
of Nord DTS to fold this fix.

>
> Otherwise, LGTM.
>
> Reviewed-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>

Thanks Abel!

Shawn