Re: [U-Boot] [PATCH v3 0/3] Add I2C driver for T114 Dalmore

2013-02-12 Thread Simon Glass
Hi, On Fri, Feb 8, 2013 at 9:25 AM, Tom Warren wrote: > Update DT tables and enable I2C driver support for the > Tegra114 Dalmore board. This uses the standard Tegra I2C driver. > 5 controllers are supported, although all may not have devices > behind them on every board. > > Changes in V2: > - u

[U-Boot] [PATCH v3 0/3] Add I2C driver for T114 Dalmore

2013-02-08 Thread Tom Warren
Update DT tables and enable I2C driver support for the Tegra114 Dalmore board. This uses the standard Tegra I2C driver. 5 controllers are supported, although all may not have devices behind them on every board. Changes in V2: - use new calculation for T114 I2C clocks - incorporate review comments