diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-24 09:25:38 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-24 09:25:38 +0000 |
commit | aa09643423b91424b529737d7572b9addf92836a (patch) | |
tree | f09bd5bf12ef5fb595d8b33351399b38947af701 /target/linux/at91/patches/900-AT91-Add-external-RTC-for-Flexibity-board.patch | |
parent | b628e1e894cb880b97bdb53e44161931b67e694f (diff) |
kernel: update linux 3.3 to 3.3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31460 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/patches/900-AT91-Add-external-RTC-for-Flexibity-board.patch')
-rw-r--r-- | target/linux/at91/patches/900-AT91-Add-external-RTC-for-Flexibity-board.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/target/linux/at91/patches/900-AT91-Add-external-RTC-for-Flexibity-board.patch b/target/linux/at91/patches/900-AT91-Add-external-RTC-for-Flexibity-board.patch index 3216969a7d..2b67be1e4e 100644 --- a/target/linux/at91/patches/900-AT91-Add-external-RTC-for-Flexibity-board.patch +++ b/target/linux/at91/patches/900-AT91-Add-external-RTC-for-Flexibity-board.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.37.6/arch/arm/mach-at91/board-flexibity.c -=================================================================== ---- linux-2.6.37.6.orig/arch/arm/mach-at91/board-flexibity.c 2011-05-07 10:07:03.112684983 +0100 -+++ linux-2.6.37.6/arch/arm/mach-at91/board-flexibity.c 2011-05-07 10:07:33.480684982 +0100 +--- 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 @@ -11,8 +9,8 @@ Index: linux-2.6.37.6/arch/arm/mach-at91/board-flexibity.c * Copyright (C) 2005 SAN People * Copyright (C) 2006 Atmel * -@@ -65,6 +65,13 @@ - .pullup_pin = 0, /* pull-up driven by UDC */ +@@ -62,6 +62,13 @@ static struct at91_udc_data __initdata f + .pullup_pin = -EINVAL, /* pull-up driven by UDC */ }; +/* I2C devices */ @@ -25,7 +23,7 @@ Index: linux-2.6.37.6/arch/arm/mach-at91/board-flexibity.c /* SPI devices */ static struct spi_board_info flexibity_spi_devices[] = { { /* DataFlash chip */ -@@ -143,6 +150,9 @@ +@@ -141,6 +148,9 @@ static void __init flexibity_board_init( at91_add_device_usbh(&flexibity_usbh_data); /* USB Device */ at91_add_device_udc(&flexibity_udc_data); |