Re: [U-Boot] [PATCH 5/6 V3] I2C: Driver changes for FDT support

2012-11-28 Thread Simon Glass
On Fri, Nov 23, 2012 at 4:01 AM, Rajeshwari Shinde wrote: > Functions added to get the I2C bus number and reset I2C bus using > FDT node. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - Added periph id to I2C bus structure. > - Modified i2c

[U-Boot] [PATCH 5/6 V3] I2C: Driver changes for FDT support

2012-11-23 Thread Rajeshwari Shinde
Functions added to get the I2C bus number and reset I2C bus using FDT node. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Added periph id to I2C bus structure. - Modified i2c_get_bus_num_fdt function to compare with node. - Board i2c init moved to driver in case of