]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: 6665/1: Add Snapper9260 rtc wakeup interrupt pin
authorRyan Mallon <ryan@bluewatersys.com>
Mon, 14 Feb 2011 02:46:42 +0000 (03:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 19 Feb 2011 10:54:01 +0000 (10:54 +0000)
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-at91/board-snapper9260.c

index 0a99b3cedd7a433b44bb0b0177aa4b5742017307..17f7d9b32142d73984f60cc554c874865a385e17 100644 (file)
@@ -153,6 +153,7 @@ static struct i2c_board_info __initdata snapper9260_i2c_devices[] = {
        {
                /* RTC */
                I2C_BOARD_INFO("isl1208", 0x6f),
+               .irq = gpio_to_irq(AT91_PIN_PA31),
        },
 };