[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110510234526.GC18929@game.jcrosoft.org>
Date: Wed, 11 May 2011 01:45:26 +0200
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
To: Maxim Osipov <maxim.osipov@...il.com>
Cc: Andrew Victor <linux@...im.org.za>,
Nicolas Ferre <nicolas.ferre@...el.com>,
Russell King <linux@....linux.org.uk>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] AT91: Add external RTC for Flexibity board
On 12:47 Sat 07 May , Maxim Osipov wrote:
> Hello,
>
> This patch enables external RTC support on AT91 Flexibity board.
>
> Kind regards,
> Maxim
>
>
> Signed-off-by: Maxim Osipov <maxim.osipov@...il.com>
> ---
> arch/arm/mach-at91/board-flexibity.c | 12 +++++++++++-
> 1 files changed, 11 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-at91/board-flexibity.c b/arch/arm/mach-at91/board-flexibity.c
> index c8a62dc..4fdc96c 100644
> --- a/arch/arm/mach-at91/board-flexibity.c
> +++ b/arch/arm/mach-at91/board-flexibity.c
> @@ -1,7 +1,7 @@
> /*
> * linux/arch/arm/mach-at91/board-flexibity.c
> *
> - * Copyright (C) 2010 Flexibity
> + * Copyright (C) 2010-2011 Flexibity
> * Copyright (C) 2005 SAN People
> * Copyright (C) 2006 Atmel
> *
> @@ -65,6 +65,13 @@ static struct at91_udc_data __initdata flexibity_udc_data = {
> .pullup_pin = 0, /* pull-up driven by UDC */
> };
>
> +/* I2C devices */
> +static struct i2c_board_info __initdata flexibity_i2c_devices[] = {
> + {
> + I2C_BOARD_INFO("ds1307", 0x68),
> + },
> +};
> +
looks fine just one comment please add your board to the new at91sam9260_defconfig
so we can compile it when compiling all the sam9260
Best Regards,
J.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists