Re: [PATCH v2] ARM: dts: vf610-zii-cfu1: Slow I2C0 down to 100 kHz

2019-08-24 Thread Shawn Guo
On Tue, Aug 20, 2019 at 06:39:36PM -0700, Andrey Smirnov wrote: > Fiber-optic modules attached to the bus are only rated to work at > 100 kHz, so decrease the bus frequency to accommodate that. > > Signed-off-by: Andrey Smirnov > Cc: Shawn Guo > Cc: Chris Healy > Cc: Fabio Estevam > Cc: linux-

Re: [PATCH v2] ARM: dts: vf610-zii-cfu1: Slow I2C0 down to 100 kHz

2019-08-21 Thread Andrew Lunn
On Tue, Aug 20, 2019 at 06:39:36PM -0700, Andrey Smirnov wrote: > Fiber-optic modules attached to the bus are only rated to work at > 100 kHz, so decrease the bus frequency to accommodate that. > > Signed-off-by: Andrey Smirnov > Cc: Shawn Guo > Cc: Chris Healy > Cc: Fabio Estevam > Cc: linux-

[PATCH v2] ARM: dts: vf610-zii-cfu1: Slow I2C0 down to 100 kHz

2019-08-20 Thread Andrey Smirnov
Fiber-optic modules attached to the bus are only rated to work at 100 kHz, so decrease the bus frequency to accommodate that. Signed-off-by: Andrey Smirnov Cc: Shawn Guo Cc: Chris Healy Cc: Fabio Estevam Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- Changes sin