aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/patches/805-free_some_portc_pins.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-18 13:35:46 +0000
committerJohn Crispin <john@openwrt.org>2015-02-18 13:35:46 +0000
commit4a6e4685884e4b9542ca660be7948d48810d8788 (patch)
treeb0393566cf1b93eb5b97e30931f429e78f3451e6 /target/linux/at91/patches/805-free_some_portc_pins.patch
parentb2f666d0980e807486f612188dffbe4cd66f58bd (diff)
downloadupstream-4a6e4685884e4b9542ca660be7948d48810d8788.tar.gz
upstream-4a6e4685884e4b9542ca660be7948d48810d8788.tar.bz2
upstream-4a6e4685884e4b9542ca660be7948d48810d8788.zip
at91: bump to v3.18
Signed-off-by: Your Name <blogic@openwrt.org> SVN-Revision: 44489
Diffstat (limited to 'target/linux/at91/patches/805-free_some_portc_pins.patch')
-rw-r--r--target/linux/at91/patches/805-free_some_portc_pins.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/at91/patches/805-free_some_portc_pins.patch b/target/linux/at91/patches/805-free_some_portc_pins.patch
new file mode 100644
index 0000000000..a9694d1f01
--- /dev/null
+++ b/target/linux/at91/patches/805-free_some_portc_pins.patch
@@ -0,0 +1,11 @@
+--- a/arch/arm/mach-at91/at91sam9260_devices.c
++++ b/arch/arm/mach-at91/at91sam9260_devices.c
+@@ -507,7 +507,7 @@ static struct platform_device at91sam926
+ .num_resources = ARRAY_SIZE(spi1_resources),
+ };
+
+-static const unsigned spi1_standard_cs[4] = { AT91_PIN_PB3, AT91_PIN_PC5, AT91_PIN_PC4, AT91_PIN_PC3 };
++static const unsigned spi1_standard_cs[2] = { AT91_PIN_PB3, AT91_PIN_PC5 };
+
+ void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices)
+ {