openwrt: increase SPI clk speed to 16kHz

This commit is contained in:
Bart Van Der Meerssche 2010-11-12 10:39:24 +01:00
parent 558d74d352
commit c058f0e896
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
+ .modalias = "spidev",
+ .controller_data = (void *) SPI_GPIO_NO_CHIPSELECT,
+ .mode = SPI_MODE_0,
+ .max_speed_hz = 10000000, /* 10kHz */
+ .max_speed_hz = 16000000, /* 16kHz */
+ .bus_num = 0,
+},
+};