aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/patches/805-free_some_portc_pins.patch
blob: a9694d1f0129b07443f25f1ade48f9ed9863b24f (plain)
1
2
3
4
5
6
7
8
9
10
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)
 {