Re: [U-Boot] [PATCH 4/8] ti: common: board_detect: Set alen to expected value before i2c read

2017-04-12 Thread Tom Rini
On Tue, Apr 11, 2017 at 01:37:21PM -0500, Franklin S Cooper Jr wrote: > In non DM I2C read operations the address length passed in during a read > operation will be used automatically. However, in DM I2C the address length > is set to a default value of one which causes problems when trying to > p

[U-Boot] [PATCH 4/8] ti: common: board_detect: Set alen to expected value before i2c read

2017-04-11 Thread Franklin S Cooper Jr
In non DM I2C read operations the address length passed in during a read operation will be used automatically. However, in DM I2C the address length is set to a default value of one which causes problems when trying to perform a read with a differing alen. Therefore, before the first read in a seri