summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2010-08-31 00:34:44 +0800
committerSammy He <r62914@freescale.com>2010-08-31 00:39:55 +0800
commit3a01039f10672754df44eda99b7c591eca2f2c5a (patch)
tree46fafeb0c868d4f9ecb7aab3f670e408a72290c7
parentee45a9a0aec4fb3a74997a69cf07cd6beab6e866 (diff)
ENGR00126807 Fix Lan9217 network failure issue
Network failure due to CSPI common code change, so needs to change cpld_cspi mode, too. Signed-off-by: Sammy He <r62914@freescale.com>
-rw-r--r--arch/arm/mach-mx25/mx25_3stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx25/mx25_3stack.c b/arch/arm/mach-mx25/mx25_3stack.c
index cc651bf713ec..c73bcbf6371e 100644
--- a/arch/arm/mach-mx25/mx25_3stack.c
+++ b/arch/arm/mach-mx25/mx25_3stack.c
@@ -318,7 +318,7 @@ static struct spi_board_info mxc_spi_board_info[] __initdata = {
.max_speed_hz = 18000000,
.bus_num = 1,
.chip_select = 0,
- .mode = SPI_MODE_2,
+ .mode = SPI_MODE_0,
},
{
.modalias = "wm8580_spi",