sh: ecovec24: Make SPI mode explicit

Commit cf9e4784f3bde3e4 ("spi: sh-msiof: Add slave mode support") added
a new mode member to the sh_msiof_spi_info structure, but did not update
any board files. Hence all users in board files rely on the default
being host mode.

Make this unambiguous by configuring host mode explicitly.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>

authored by

Geert Uytterhoeven and committed by
John Paul Adrian Glaubitz
ab0a168f 9cc64695

+1
+1
arch/sh/boards/mach-ecovec24/setup.c
··· 825 825 /* MSIOF0 */ 826 826 static struct sh_msiof_spi_info msiof0_data = { 827 827 .num_chipselect = 1, 828 + .mode = MSIOF_SPI_HOST, 828 829 }; 829 830 830 831 static struct resource msiof0_resources[] = {