summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
diff options
context:
space:
mode:
authorJacopo Mondi2018-04-26 20:24:42 +0200
committerMauro Carvalho Chehab2018-05-11 16:23:33 +0200
commit5377f3c3312e14b6f664b2db80ab3915e247ab28 (patch)
tree81719232f7723f7f0ca0f778b62e709f6e6c0756 /drivers/media/platform
parentmedia: update/fix my e-mail on some places (diff)
downloadkernel-qcow2-linux-5377f3c3312e14b6f664b2db80ab3915e247ab28.tar.gz
kernel-qcow2-linux-5377f3c3312e14b6f664b2db80ab3915e247ab28.tar.xz
kernel-qcow2-linux-5377f3c3312e14b6f664b2db80ab3915e247ab28.zip
media: dt-bindings: media: renesas-ceu: Add R-Mobile R8A7740
Add R-Mobile A1 R8A7740 SoC to the list of compatible values for the CEU unit. Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform')
-rw-r--r--drivers/media/platform/renesas-ceu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/renesas-ceu.c b/drivers/media/platform/renesas-ceu.c
index dec1b3572e9b..4879261857fc 100644
--- a/drivers/media/platform/renesas-ceu.c
+++ b/drivers/media/platform/renesas-ceu.c
@@ -1555,6 +1555,7 @@ static const struct ceu_data ceu_data_sh4 = {
#if IS_ENABLED(CONFIG_OF)
static const struct of_device_id ceu_of_match[] = {
{ .compatible = "renesas,r7s72100-ceu", .data = &ceu_data_rz },
+ { .compatible = "renesas,r8a7740-ceu", .data = &ceu_data_rz },
{ }
};
MODULE_DEVICE_TABLE(of, ceu_of_match);