aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/avr32/boards/atngw100/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/boards/atngw100/setup.c b/arch/avr32/boards/atngw100/setup.c
index 670c87b2db12..b8286f1ce854 100644
--- a/arch/avr32/boards/atngw100/setup.c
+++ b/arch/avr32/boards/atngw100/setup.c
@@ -47,7 +47,7 @@ static struct eth_platform_data __initdata eth_data[2];
47static struct spi_board_info spi0_board_info[] __initdata = { 47static struct spi_board_info spi0_board_info[] __initdata = {
48 { 48 {
49 .modalias = "mtd_dataflash", 49 .modalias = "mtd_dataflash",
50 .max_speed_hz = 10000000, 50 .max_speed_hz = 8000000,
51 .chip_select = 0, 51 .chip_select = 0,
52 }, 52 },
53}; 53};