[PATCH] ARM i.MX: Add I2C EEPROM

Sascha Hauer s.hauer at pengutronix.de
Thu Feb 19 13:22:49 PST 2015


On Thu, Feb 19, 2015 at 09:38:27PM +0100, Michael Grzeschik wrote:
> From: Jan Luebbe <jlu at pengutronix.de>
> 
> Signed-off-by: Jan Luebbe <jlu at pengutronix.de>
> Signed-off-by: Michael Grzeschik <m.grzeschik at pengutronix.de>
> ---
>  arch/arm/boards/guf-vincell/board.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/boards/guf-vincell/board.c b/arch/arm/boards/guf-vincell/board.c
> index bafde2c..515f178 100644
> --- a/arch/arm/boards/guf-vincell/board.c
> +++ b/arch/arm/boards/guf-vincell/board.c
> @@ -263,6 +263,9 @@ static struct i2c_board_info i2c_devices[] = {
>  	{
>  		I2C_BOARD_INFO("da9053", 0x48),
>  	},
> +	{
> +		I2C_BOARD_INFO("24c32", 0x50),
> +	},

Are you sure this REALLY works properly without converting the board to
device tree support? ;)

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list