diff options
author | John Voltz <john.voltz@gmail.com> | 2008-05-01 17:15:35 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-05-01 17:15:35 +0000 |
commit | 4037d581631f9bb308e3430105dccc300b4c30c0 (patch) | |
tree | b7f9395f0c1eedc1ae4d9f7e31ab1ec2df5c414e /target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-600-atngw100-disable-psif1.patch | |
parent | 804e373d06f78ab38a73979c5b72d4342358ea2f (diff) | |
download | buildroot-novena-4037d581631f9bb308e3430105dccc300b4c30c0.tar.gz buildroot-novena-4037d581631f9bb308e3430105dccc300b4c30c0.zip |
update patches for atngw100_expanded
Diffstat (limited to 'target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-600-atngw100-disable-psif1.patch')
-rw-r--r-- | target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-600-atngw100-disable-psif1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-600-atngw100-disable-psif1.patch b/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-600-atngw100-disable-psif1.patch new file mode 100644 index 000000000..b66c7fc83 --- /dev/null +++ b/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-600-atngw100-disable-psif1.patch @@ -0,0 +1,11 @@ +--- a/arch/avr32/boards/atngw100/setup.c 2008-03-14 09:19:27.000000000 -0400 ++++ b/arch/avr32/boards/atngw100/setup.c 2008-03-14 08:59:24.000000000 -0400 +@@ -233,7 +233,7 @@ static int __init atngw100_init(void) + at32_add_device_ac97c(0, &ac97c0_data); + + at32_add_device_psif(0); +- at32_add_device_psif(1); ++ //at32_add_device_psif(1); + + for (i = 0; i < ARRAY_SIZE(ngw_leds); i++) { + at32_select_gpio(ngw_leds[i].gpio, |