summaryrefslogtreecommitdiff
path: root/drivers/spi
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-12-12 18:54:04 +0300
committerMark Brown <broonie@kernel.org>2016-12-12 18:54:04 +0300
commit9b12be63021a20fc3b76a7b6194e23ef66c903c9 (patch)
treec0c5dff2155a48f8de6abcf2a65733328a8ce30c /drivers/spi
parentcc939939d81e787fd6a5e86cf81b2ad1cd600bd4 (diff)
parenteb51cffa743de5c78cfbf44f576b0f1eccc784f4 (diff)
downloadlinux-9b12be63021a20fc3b76a7b6194e23ef66c903c9.tar.xz
Merge remote-tracking branch 'spi/topic/rcar' into spi-next
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/spi-sh-msiof.c1
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);