From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Kaneko Date: Mon, 11 Jan 2016 18:00:10 +0000 Subject: [PATCH 2/3] media: soc_camera: rcar_vin: Add R-Car Gen3 support Message-Id: <1452535211-4869-3-git-send-email-ykaneko0929@gmail.com> List-Id: References: <1452535211-4869-1-git-send-email-ykaneko0929@gmail.com> In-Reply-To: <1452535211-4869-1-git-send-email-ykaneko0929@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-media@vger.kernel.org Cc: Guennadi Liakhovetski , Simon Horman , Magnus Damm , linux-sh@vger.kernel.org From: Yoshihiko Mori Simply documents new compatibility string. As a previous patch adds a generic R-Car Gen3 compatibility string there appears to be no need for a driver updates. Signed-off-by: Yoshihiko Mori Signed-off-by: Yoshihiro Kaneko --- Documentation/devicetree/bindings/media/rcar_vin.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt b/Documentation/devicetree/bindings/media/rcar_vin.txt index c13ec5a..e1a92c9 100644 --- a/Documentation/devicetree/bindings/media/rcar_vin.txt +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt @@ -8,6 +8,7 @@ channel which can be either RGB, YUYV or BT656. - compatible: Must be one of the following - "renesas,rcar-gen2-vin" for R-Car Gen2 Series - "renesas,rcar-gen3-vin" for R-Car Gen3 Series + - "renesas,vin-r8a7795" for the R8A7795 device - "renesas,vin-r8a7794" for the R8A7794 device - "renesas,vin-r8a7793" for the R8A7793 device - "renesas,vin-r8a7791" for the R8A7791 device -- 1.9.1