From c058f0e896642a0fdb187bcdf9303f31aa0b39f0 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Fri, 12 Nov 2010 10:39:24 +0100 Subject: [PATCH] openwrt: increase SPI clk speed to 16kHz --- mote/v2/openwrt/patches/100.spi_gpio_support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mote/v2/openwrt/patches/100.spi_gpio_support.patch b/mote/v2/openwrt/patches/100.spi_gpio_support.patch index 5ce7455..8ac1bf9 100644 --- a/mote/v2/openwrt/patches/100.spi_gpio_support.patch +++ b/mote/v2/openwrt/patches/100.spi_gpio_support.patch @@ -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, +}, +};