From 20014fa2db8c419060e9a6f20f9fef128cd3074f Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Fri, 19 Aug 2011 16:03:46 -0500 Subject: linux-2.6.35.14-mach-at91-mt100ecdp.patch: add comments --- .../linux-2.6.35/mt100ecdp/linux-2.6.35.14-mach-at91-mt100ecdp.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multitech') diff --git a/multitech/recipes/linux/linux-2.6.35/mt100ecdp/linux-2.6.35.14-mach-at91-mt100ecdp.patch b/multitech/recipes/linux/linux-2.6.35/mt100ecdp/linux-2.6.35.14-mach-at91-mt100ecdp.patch index 1994f96..1a9030c 100644 --- a/multitech/recipes/linux/linux-2.6.35/mt100ecdp/linux-2.6.35.14-mach-at91-mt100ecdp.patch +++ b/multitech/recipes/linux/linux-2.6.35/mt100ecdp/linux-2.6.35.14-mach-at91-mt100ecdp.patch @@ -21,10 +21,10 @@ Index: linux-2.6.35/arch/arm/mach-at91/at91sam9260_devices.c -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[7] = { -+ AT91_PIN_PB21, //cdp-embedded mapped to this one instead of AT91_PIN_PB3, ++ AT91_PIN_PB21, // MT100ECDP mapped to this one instead of AT91_PIN_PB3, + AT91_PIN_PC5, + AT91_PIN_PC4, -+ AT91_PIN_PC6, ++ AT91_PIN_PC6, // unused/floating for MT100ECDP + AT91_PIN_PB12, + AT91_PIN_PB13, + AT91_PIN_PB16 -- cgit v1.2.3