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, +}, +};