Re: [U-Boot] [PATCH] mx28evk: Add I2C support

2012-06-21 Thread Wolfgang Denk
Dear Fabio Estevam, In message <1336405354-15410-1-git-send-email-fabio.este...@freescale.com> you wrote: > Add I2C support. > > Tested by placing a 24LC16 EEPROM into the U50 slot which comes empty from > factory. > > Signed-off-by: Fabio Estevam > --- > board/freescale/mx28evk/iomux.c |

Re: [U-Boot] [PATCH] mx28evk: Add I2C support

2012-05-07 Thread Marek Vasut
Dear Fabio Estevam, > Add I2C support. > > Tested by placing a 24LC16 EEPROM into the U50 slot which comes empty from > factory. > > Signed-off-by: Fabio Estevam Acked-by: Marek Vasut > --- > board/freescale/mx28evk/iomux.c |3 +++ > include/configs/mx28evk.h |8 > 2

[U-Boot] [PATCH] mx28evk: Add I2C support

2012-05-07 Thread Fabio Estevam
Add I2C support. Tested by placing a 24LC16 EEPROM into the U50 slot which comes empty from factory. Signed-off-by: Fabio Estevam --- board/freescale/mx28evk/iomux.c |3 +++ include/configs/mx28evk.h |8 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/boa