summaryrefslogtreecommitdiff
path: root/target/linux/at91/patches-3.18/805-free_some_portc_pins.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-01-19 10:15:39 +0000
committerJohn Crispin <john@openwrt.org>2016-01-19 10:15:39 +0000
commite25a467072cef68def8a2b3eff807fe9ebd89dfc (patch)
treea0ed083b2ad65ed3237c4bd9e4e1285ed69f97bf /target/linux/at91/patches-3.18/805-free_some_portc_pins.patch
parent83c246dffd94ccc94e2ddf7eead47f0591ea8b56 (diff)
downloadmtk-20170518-e25a467072cef68def8a2b3eff807fe9ebd89dfc.zip
mtk-20170518-e25a467072cef68def8a2b3eff807fe9ebd89dfc.tar.gz
mtk-20170518-e25a467072cef68def8a2b3eff807fe9ebd89dfc.tar.bz2
at91: drop v3.18
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 48354
Diffstat (limited to 'target/linux/at91/patches-3.18/805-free_some_portc_pins.patch')
-rw-r--r--target/linux/at91/patches-3.18/805-free_some_portc_pins.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/at91/patches-3.18/805-free_some_portc_pins.patch b/target/linux/at91/patches-3.18/805-free_some_portc_pins.patch
deleted file mode 100644
index a9694d1..0000000
--- a/target/linux/at91/patches-3.18/805-free_some_portc_pins.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)
- {