Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: sh-msiof: Add support for R-Car M3-W

MSIOF in R-Car M3-W (r8a7796) is handled fine by the existing driver.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Geert Uytterhoeven and committed by
Mark Brown
eb51cffa 1001354c

+2
+1
Documentation/devicetree/bindings/spi/sh-msiof.txt
··· 10 10 "renesas,msiof-r8a7792" (R-Car V2H) 11 11 "renesas,msiof-r8a7793" (R-Car M2-N) 12 12 "renesas,msiof-r8a7794" (R-Car E2) 13 + "renesas,msiof-r8a7796" (R-Car M3-W) 13 14 "renesas,msiof-sh73a0" (SH-Mobile AG5) 14 15 - reg : A list of offsets and lengths of the register sets for 15 16 the device.
+1
drivers/spi/spi-sh-msiof.c
··· 980 980 { .compatible = "renesas,msiof-r8a7792", .data = &r8a779x_data }, 981 981 { .compatible = "renesas,msiof-r8a7793", .data = &r8a779x_data }, 982 982 { .compatible = "renesas,msiof-r8a7794", .data = &r8a779x_data }, 983 + { .compatible = "renesas,msiof-r8a7796", .data = &r8a779x_data }, 983 984 {}, 984 985 }; 985 986 MODULE_DEVICE_TABLE(of, sh_msiof_match);