Re: [U-Boot] [PATCH 2/2] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board

2013-01-29 Thread Tom Warren
Stephen, On Tue, Jan 29, 2013 at 1:11 PM, Stephen Warren wrote: > On 01/29/2013 12:19 PM, Tom Warren wrote: >> Tested all 5 'buses', i2c probe enumerates device addresses on bus >> 1 and 2. > > Why don't the other 3 buses work? No idea, but I assume because my Dalmore doesn't have sub-boards w/I

Re: [U-Boot] [PATCH 2/2] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board

2013-01-29 Thread Stephen Warren
On 01/29/2013 12:19 PM, Tom Warren wrote: > Tested all 5 'buses', i2c probe enumerates device addresses on bus > 1 and 2. Why don't the other 3 buses work? > Note that this uses the tegra_i2c.c driver w/o modification. The kernel patches imply some mandatory differences in clock divider programm

[U-Boot] [PATCH 2/2] Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board

2013-01-29 Thread Tom Warren
Tested all 5 'buses', i2c probe enumerates device addresses on bus 1 and 2. Note that this uses the tegra_i2c.c driver w/o modification. Signed-off-by: Tom Warren --- include/configs/dalmore.h |9 + include/configs/tegra114-common.h |3 +++ 2 files changed, 12 insertions