]> git.karo-electronics.de Git - linux-beck.git/commitdiff
spi: sh-msiof: Add support for R-Car M3-W
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 21 Nov 2016 17:24:55 +0000 (18:24 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 21 Nov 2016 18:30:36 +0000 (18:30 +0000)
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>
Documentation/devicetree/bindings/spi/sh-msiof.txt
drivers/spi/spi-sh-msiof.c

index aa005c1d10d95756921ebb946d54d682f72942d5..da6614c6379604bb209156cea87a4e3b27a7d1b8 100644 (file)
@@ -10,6 +10,7 @@ Required properties:
                         "renesas,msiof-r8a7792" (R-Car V2H)
                         "renesas,msiof-r8a7793" (R-Car M2-N)
                         "renesas,msiof-r8a7794" (R-Car E2)
+                        "renesas,msiof-r8a7796" (R-Car M3-W)
                         "renesas,msiof-sh73a0" (SH-Mobile AG5)
 - reg                  : A list of offsets and lengths of the register sets for
                         the device.
index 1de3a772eb7d23a8a90b9b77704033ac4945e364..0012ad02e5696d35b547a3a698682f51a2d02819 100644 (file)
@@ -980,6 +980,7 @@ static const struct of_device_id sh_msiof_match[] = {
        { .compatible = "renesas,msiof-r8a7792",   .data = &r8a779x_data },
        { .compatible = "renesas,msiof-r8a7793",   .data = &r8a779x_data },
        { .compatible = "renesas,msiof-r8a7794",   .data = &r8a779x_data },
+       { .compatible = "renesas,msiof-r8a7796",   .data = &r8a779x_data },
        {},
 };
 MODULE_DEVICE_TABLE(of, sh_msiof_match);