media: dt-bindings: media: renesas-ceu: Add R-Mobile R8A7740
authorJacopo Mondi <jacopo+renesas@jmondi.org>
Thu, 26 Apr 2018 18:24:42 +0000 (14:24 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 11 May 2018 14:23:33 +0000 (10:23 -0400)
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>
Documentation/devicetree/bindings/media/renesas,ceu.txt
drivers/media/platform/renesas-ceu.c

index 3fc66dfb192cd1bf2d5a307a20c92e83f59755e6..8a7a616e9019b12f2e498b0bfa16ec12958622ad 100644 (file)
@@ -2,14 +2,15 @@ Renesas Capture Engine Unit (CEU)
 ----------------------------------------------
 
 The Capture Engine Unit is the image capture interface found in the Renesas
-SH Mobile and RZ SoCs.
+SH Mobile, R-Mobile and RZ SoCs.
 
 The interface supports a single parallel input with data bus width of 8 or 16
 bits.
 
 Required properties:
-- compatible: Shall be "renesas,r7s72100-ceu" for CEU units found in RZ/A1H
-  and RZ/A1M SoCs.
+- compatible: Shall be one of the following values:
+       "renesas,r7s72100-ceu" for CEU units found in RZ/A1H and RZ/A1M SoCs
+       "renesas,r8a7740-ceu" for CEU units found in R-Mobile A1 R8A7740 SoCs
 - reg: Registers address base and size.
 - interrupts: The interrupt specifier.
 
index dec1b3572e9b63ddbfc1b2ba35de65a05e1e1a09..4879261857fc521ebf70de4518a633673815142e 100644 (file)
@@ -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);