sh: ecovec24: Make SPI mode explicit
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 2 May 2025 11:13:36 +0000 (13:13 +0200)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Sat, 7 Jun 2025 13:16:31 +0000 (15:16 +0200)
commitab0a168fcd984c2fc93eb0fb2367881c6aa62eb3
treef6c054e507ef8b640c75a46b44552091097d46e4
parent9cc646950eefda5605111cbc387b00b1f741c239
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>
arch/sh/boards/mach-ecovec24/setup.c