diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-11-21 18:24:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-21 18:30:36 +0000 |
commit | eb51cffa743de5c78cfbf44f576b0f1eccc784f4 (patch) | |
tree | 5e3dc3dfcfc668e1d9d2a0372bbb3518f4630caf /drivers/spi/spi-sh-msiof.c | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-eb51cffa743de5c78cfbf44f576b0f1eccc784f4.tar.gz linux-eb51cffa743de5c78cfbf44f576b0f1eccc784f4.tar.xz |
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>
Diffstat (limited to 'drivers/spi/spi-sh-msiof.c')
-rw-r--r-- | drivers/spi/spi-sh-msiof.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-sh-msiof.c b/drivers/spi/spi-sh-msiof.c index 1de3a772eb7d..0012ad02e569 100644 --- a/drivers/spi/spi-sh-msiof.c +++ b/drivers/spi/spi-sh-msiof.c @@ -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); |