Re: [PATCH] ARM: dts: at91: Configure I2C SCL gpio as open drain

2020-05-15 Thread Codrin.Ciubotariu
On 15.05.2020 17:58, Alexandre Belloni wrote: > On 15/05/2020 17:00:01+0300, Codrin Ciubotariu wrote: >> The SCL gpio pin used by I2C bus for recovery needs to be configured as >> open drain. >> >> Fixes: 455fec938bbb ("ARM: dts: at91: sama5d2: add i2c gpio pinctrl") >> Fixes: a4bd8da893a3 ("ARM:

Re: [PATCH] ARM: dts: at91: Configure I2C SCL gpio as open drain

2020-05-15 Thread Alexandre Belloni
On 15/05/2020 17:00:01+0300, Codrin Ciubotariu wrote: > The SCL gpio pin used by I2C bus for recovery needs to be configured as > open drain. > > Fixes: 455fec938bbb ("ARM: dts: at91: sama5d2: add i2c gpio pinctrl") > Fixes: a4bd8da893a3 ("ARM: dts: at91: sama5d3: add i2c gpio pinctrl") > Fixes:

[PATCH] ARM: dts: at91: Configure I2C SCL gpio as open drain

2020-05-15 Thread Codrin Ciubotariu
The SCL gpio pin used by I2C bus for recovery needs to be configured as open drain. Fixes: 455fec938bbb ("ARM: dts: at91: sama5d2: add i2c gpio pinctrl") Fixes: a4bd8da893a3 ("ARM: dts: at91: sama5d3: add i2c gpio pinctrl") Fixes: 8fb82f050cf6 ("ARM: dts: at91: sama5d4: add i2c gpio pinctrl")