diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-08-19 16:03:46 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-08-19 16:03:46 -0500 |
commit | 20014fa2db8c419060e9a6f20f9fef128cd3074f (patch) | |
tree | e59c916a02befeca4086bf22b307e1d80dccd832 /multitech | |
parent | abec6591c913435a392f2e5042fc3a281b90320b (diff) |
linux-2.6.35.14-mach-at91-mt100ecdp.patch: add comments
Diffstat (limited to 'multitech')
-rw-r--r-- | multitech/recipes/linux/linux-2.6.35/mt100ecdp/linux-2.6.35.14-mach-at91-mt100ecdp.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 |