1 --- a/arch/mips/ath79/mach-db120.c
2 +++ b/arch/mips/ath79/mach-db120.c
3 @@ -95,12 +95,18 @@ static struct gpio_keys_button db120_gpi
7 +static struct ath79_spi_controller_data db120_spi0_data = {
8 + .cs_type = ATH79_SPI_CS_TYPE_INTERNAL,
12 static struct spi_board_info db120_spi_info[] = {
16 .max_speed_hz = 25000000,
17 .modalias = "s25sl064a",
18 + .controller_data = &db120_spi0_data,